Skip to content

Commit

Permalink
Notify in Slack if alert.yml fails
Browse files Browse the repository at this point in the history
Fixes #4.

Unfortunately I don't think a wildcard is possible here.
  • Loading branch information
seanh committed Oct 25, 2023
1 parent 0a12996 commit 2ee55a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Slack
on:
workflow_run:
workflows: [CI]
workflows: [CI, Alert]
types: [completed]
branches: [main]
jobs:
Expand Down

0 comments on commit 2ee55a4

Please sign in to comment.