Compare commits

...
3 Commits
Author SHA1 Message Date
Ivan Fetch 98d8646c9a Fix 7e099521 2022-09-22 12:06:29 -06:00
Ivan Fetch 7e09952139 Define tag filters for all jobs in the workflow 2022-09-22 11:58:19 -06:00
Ivan Fetch 21ca5ee6c3 Re-enable build/push of documentation 2022-09-22 11:36:13 -06:00
+9 -4
View File
@@ -166,7 +166,10 @@ workflows:
release:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- build_and_push:
context: org-global
requires:
@@ -182,18 +185,20 @@ 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:
branches:
ignore: /.*/
tags:
# ifetch: temporary while testing
#ignore: /^testing-.*/
ignore: /.*/
ignore: /^testing-.*/