Skip to content

Commit c08331a

Browse files
authored
ci: reroute golang-test failures to #notify-superchain-validation-failures (#824)
1 parent 865b3a4 commit c08331a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/main_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ jobs:
122122
name: run ops module unit tests
123123
command: just test-ops
124124
- notify-failures-on-main:
125-
channel: C03N11M0BBN # to slack channel `notify-ci-failures`
126-
# TODO this should also be filtered on modified chains
125+
channel: C07GQQZDW1G # to slack channel `notify-superchain-validation-failures`
126+
#- notify-failures-on-main:
127+
#channel: C03N11M0BBN # to slack channel `notify-ci-failures`
128+
## TODO this should also be filtered on modified chains
127129
golang-validate-modified:
128130
circleci_ip_ranges: true
129131
shell: /bin/bash -eo pipefail

0 commit comments

Comments
 (0)