Skip to content

Commit

Permalink
WIP: add breaking ci notification
Browse files Browse the repository at this point in the history
  • Loading branch information
desi committed Feb 13, 2025
1 parent fa87b9b commit f268f47
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,17 @@ workflows:
only: main
requires:
- prep-build-ts-migration-dashboard

send-ci-break-notification:
- notify:
filters:
branches:
only: dm-add-ci-break-notification
context: mm-extension-ci-bot
steps:
- slack/notify:
event: fail
mentions: '@metamask-extension-platform'
template: basic_fail_1
rerun-from-failed:
when:
matches:
Expand Down

0 comments on commit f268f47

Please sign in to comment.