Skip to content

Commit

Permalink
fix: publish failure slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk committed Apr 26, 2024
1 parent 00a3cb9 commit 8bbc800
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/failureNotifications.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: failureNotifications
on:
workflow_run:
workflows:
- publish
- create-github-release
types:
- completed
workflow_dispatch:
# workflow_run:
# workflows:
# - publish
# - create-github-release
# types:
# - completed
jobs:
failure-notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8bbc800

Please sign in to comment.