Skip to content

Commit 6445462

Browse files
eacodegenbagel897
andauthored
Disable notif (#27)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md) Co-authored-by: bagel897 <[email protected]>
1 parent ff779a3 commit 6445462

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.circleci/config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,14 @@ jobs:
307307
308308
- store_test_results:
309309
path: build/test-results/test/TEST.xml
310-
- slack/notify:
311-
event: fail
312-
branch_pattern: "develop"
313-
channel: "alerts-parse-tests"
314-
template: basic_fail_1
310+
- when:
311+
condition: <<parameters.extra_repos>>
312+
steps:
313+
- slack/notify:
314+
event: fail
315+
branch_pattern: "develop"
316+
channel: "alerts-parse-tests"
317+
template: basic_fail_1
315318

316319
pre-commit:
317320
executor: default_image

0 commit comments

Comments
 (0)