mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: notify in release build (#5817)
This commit is contained in:
parent
043cd3f3bb
commit
aff9a61919
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@ -479,6 +479,24 @@ jobs:
|
|||||||
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/af_build_cache:buildcache
|
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/af_build_cache:buildcache
|
||||||
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/af_build_cache:buildcache,mode=max
|
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/af_build_cache:buildcache,mode=max
|
||||||
|
|
||||||
|
notify-failure:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs:
|
||||||
|
- build-for-macOS-x86_64
|
||||||
|
- build-for-windows
|
||||||
|
- build-for-linux
|
||||||
|
if: failure()
|
||||||
|
steps:
|
||||||
|
- uses: 8398a7/action-slack@v3
|
||||||
|
with:
|
||||||
|
status: ${{ job.status }}
|
||||||
|
text: |
|
||||||
|
🔴🔴🔴Workflow ${{ github.workflow }} in repository ${{ github.repository }} was failed 🔴🔴🔴.
|
||||||
|
fields: repo,message,author,eventName,ref,workflow
|
||||||
|
env:
|
||||||
|
SLACK_WEBHOOK_URL: ${{ secrets.RELEASE_SLACK_WEBHOOK }}
|
||||||
|
if: always()
|
||||||
|
|
||||||
notify-discord:
|
notify-discord:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
|
Loading…
Reference in New Issue
Block a user