Skip to content

Commit 790e5e5

Browse files
committed
add job filters
1 parent 11dd63d commit 790e5e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ workflows:
3838
- shellcheck/check:
3939
filters: *filters
4040
- bats/run:
41+
filters: *filters
4142
name: unit-tests
4243
path: ./src/tests
4344
exec_environment: << pipeline.parameters.unit-test-executor >>
4445
# If you accept building open source forks, protect your secrects behind a restricted context.
4546
# A job containing restricted context (which holds your orb publishing credentials) may only be accessed by a user with proper permissions.
4647
# An open source user may begin a pipeline with a PR, and once the pipeline is approved by an authorized user at this point, the pipeline will continue with the proper context permissions.
4748
- mattermost-plugin-notify/approval-notification:
49+
filters: *filters
4850
message: Hello @all! A workflow on https://app.circleci.com/pipelines/github/psyplot/psyplot-ci-orb is awaiting your approval.
4951
context: mattermost
5052
requires:
@@ -54,6 +56,7 @@ workflows:
5456
- unit-tests
5557
- shellcheck/check
5658
- hold-for-dev-publish:
59+
filters: *filters
5760
type: approval
5861
requires:
5962
- mattermost-plugin-notify/approval-notification

.circleci/test-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ workflows:
125125
context: orb-publishing
126126
filters: *release-filters
127127
- deploy-python:
128+
filters: *filters
128129
context: anaconda
129130
requires:
130131
- publish-orb

0 commit comments

Comments
 (0)