Skip to content

Commit 1175ef7

Browse files
committed
Disable notif
1 parent aa3f5f1 commit 1175ef7

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)