Skip to content

Commit

Permalink
add failure notification step to workflow; closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Apr 8, 2024
1 parent 8952f9c commit f48b63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:
folder: pkgsvgs
git-config-name: ropenscibot
git-config-email: [email protected]

- name: Notify on failure
if: ${{ failure() }}
run: gh issue comment 18 -b "@maelle @mpadge The badges workflow has failed"

0 comments on commit f48b63e

Please sign in to comment.