CircleCI Slack status is for jobs, not workflows

This commit is contained in:
Alisdair McDiarmid 2020-04-22 11:21:32 -04:00
parent 9aa0a2c266
commit 680a87c420
1 changed files with 8 additions and 3 deletions

View File

@ -71,6 +71,10 @@ jobs:
- store_artifacts:
path: *TEST_RESULTS_DIR
- slack/status:
# fail_only: true
only_for_branches: master
go-test-e2e:
executor:
name: go
@ -97,6 +101,10 @@ jobs:
- store_artifacts:
path: *TEST_RESULTS_DIR
- slack/status:
# fail_only: true
only_for_branches: master
# combine code coverage results from the parallel circleci executors
coverage-merge:
executor:
@ -172,9 +180,6 @@ workflows:
requires:
- go-test
- go-test-e2e
- slack/status:
# fail_only: true
only_for_branches: master
build-distros:
jobs:
- build-386