Define tag filters for all jobs in the workflow

This commit is contained in:
Ivan Fetch
2022-09-22 11:58:19 -06:00
parent 21ca5ee6c3
commit 7e09952139

View File

@@ -167,6 +167,9 @@ workflows:
release:
jobs:
- test
filters:
tags:
only: /.*/
- build_and_push:
context: org-global
requires:
@@ -182,12 +185,16 @@ workflows:
filters:
branches:
ignore: /pull\/[0-9]+/
tags:
ignore: /^testing-.*/
- test_k8s:
requires:
- build_and_push
filters:
branches:
ignore: /pull\/[0-9]+/
tags:
ignore: /^testing-.*/
- oss-docs/publish-docs:
repository: polaris
filters: