We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e4925 + 40dcc7c commit 995f580Copy full SHA for 995f580
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
75
workflows:
76
version: 2
77
- build:
+ test_and_build:
78
jobs:
79
- test
80
- rok8s-scripts/kubernetes_e2e_tests:
@@ -96,7 +96,22 @@ workflows:
96
branches:
97
only: /.*/
98
tags:
99
- only: /.*/
+ ignore: /v.*/
100
+ release:
101
+ jobs:
102
+ - test:
103
+ filters:
104
+ branches:
105
+ ignore: /.*/
106
+ tags:
107
+ only: /v.*/
108
+ - build:
109
+ context: org-global
110
111
112
113
114
115
- release:
116
context: org-global
117
requires:
0 commit comments