Skip to content

Commit

Permalink
chore: add slack fail notification (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Apr 4, 2024
1 parent af796b7 commit ed9c6b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 2.1
orbs:
slack: circleci/slack@4.9.3

jobs:
publish:
Expand All @@ -18,6 +20,9 @@ jobs:
- run: ./scripts/generate.sh
- run: ./scripts/test.sh
- run: ./scripts/release.sh
- slack/notify:
event: fail
template: basic_fail_1

workflows:
publish:
Expand All @@ -26,3 +31,4 @@ workflows:
filters:
branches:
only: master
context: slack-secrets

0 comments on commit ed9c6b1

Please sign in to comment.