Skip to content

Commit

Permalink
ci: add notification on push run failure
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Aug 14, 2024
1 parent e8aa19a commit 7927dde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,12 @@ jobs:
base: ${{ github.ref_name }}
exclude-drafts: true
exclude-labels: 'dependencies'

notify-on-failure:
needs:
- test
- release
- rebase-prs
if: always() && contains(needs.*.result, 'failure')
uses: myparcelnl/actions/.github/workflows/notify-on-failure.yml@v4
secrets: inherit

0 comments on commit 7927dde

Please sign in to comment.