Only notify Slack on job failure

pull/24745/head
Alisdair McDiarmid 6 years ago
parent 680a87c420
commit cd339a5a2b

@ -72,7 +72,7 @@ jobs:
path: *TEST_RESULTS_DIR
- slack/status:
# fail_only: true
fail_only: true
only_for_branches: master
go-test-e2e:
@ -102,7 +102,7 @@ jobs:
path: *TEST_RESULTS_DIR
- slack/status:
# fail_only: true
fail_only: true
only_for_branches: master
# combine code coverage results from the parallel circleci executors

Loading…
Cancel
Save