File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,13 @@ workflows:
7474 tagged-build :
7575 jobs :
7676 - test-dev-tag-as-not-passed :
77- filters :
78- tags :
79- only : /dev-v[0-9]+(\.[0-9]+)*/
80- branches :
81- ignore : /.*/
77+ filters : {}
8278 - test-unit :
8379 requires :
8480 - test-dev-tag-as-not-passed
8581 context :
8682 - slack-notification
87- filters :
88- tags :
89- only : /dev-v[0-9]+(\.[0-9]+)*/
90- branches :
91- ignore : /.*/
83+ filters : {}
9284 matrix :
9385 parameters :
9486 cdi-version : placeholder
@@ -97,11 +89,7 @@ workflows:
9789 - test-dev-tag-as-not-passed
9890 context :
9991 - slack-notification
100- filters :
101- tags :
102- only : /dev-v[0-9]+(\.[0-9]+)*/
103- branches :
104- ignore : /.*/
92+ filters : {}
10593 - test-authreact :
10694 requires :
10795 - test-dev-tag-as-not-passed
You can’t perform that action at this time.
0 commit comments