CircleCI Slack status is for jobs, not workflows
This commit is contained in:
parent
9aa0a2c266
commit
680a87c420
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue