Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/build-stability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,11 @@ jobs:
cd app/rev3
make clean
make
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."

- name: Notify Discord on Failure
uses: nebularg/actions-discord-webhook@v1
if: failure() && github.ref_name == 'main'
with:
webhook_url: ${{ secrets.DISCORD_BUILD_ALERT_WEBHOOK }}
status: ${{ job.status }}
Loading