Only notify Slack on job failure

This commit is contained in:
Alisdair McDiarmid 2020-04-22 11:26:44 -04:00
parent 680a87c420
commit cd339a5a2b
1 changed files with 2 additions and 2 deletions

View File

@ -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