Skip to content

Commit 7e09952

Browse files
author
Ivan Fetch
committed
Define tag filters for all jobs in the workflow
1 parent 21ca5ee commit 7e09952

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ workflows:
167167
release:
168168
jobs:
169169
- test
170+
filters:
171+
tags:
172+
only: /.*/
170173
- build_and_push:
171174
context: org-global
172175
requires:
@@ -182,12 +185,16 @@ workflows:
182185
filters:
183186
branches:
184187
ignore: /pull\/[0-9]+/
188+
tags:
189+
ignore: /^testing-.*/
185190
- test_k8s:
186191
requires:
187192
- build_and_push
188193
filters:
189194
branches:
190195
ignore: /pull\/[0-9]+/
196+
tags:
197+
ignore: /^testing-.*/
191198
- oss-docs/publish-docs:
192199
repository: polaris
193200
filters:

0 commit comments

Comments
 (0)