Skip to content

Commit 8b86fec

Browse files
committed
fix: cicd
1 parent 45228e1 commit 8b86fec

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.circleci/config_continue.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)