Skip to content

Commit da46b54

Browse files
committed
fix: config
1 parent f35291e commit da46b54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config_continue.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ workflows:
321321
version: 2
322322
tagged-build:
323323
jobs:
324-
# - test-dev-tag-as-not-passed:
325-
# filters:
326-
# tags:
327-
# only: /dev-v[0-9]+(\.[0-9]+)*/
328-
# branches:
329-
# only: /test-cicd\/.*/
324+
- test-dev-tag-as-not-passed:
325+
filters:
326+
tags:
327+
only: /dev-v[0-9]+(\.[0-9]+)*/
328+
branches:
329+
only: /test-cicd\/.*/
330330
- test-unit:
331331
requires:
332332
- test-dev-tag-as-not-passed

0 commit comments

Comments
 (0)