We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35291e commit da46b54Copy full SHA for da46b54
.circleci/config_continue.yml
@@ -321,12 +321,12 @@ workflows:
321
version: 2
322
tagged-build:
323
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\/.*/
+ - test-dev-tag-as-not-passed:
+ filters:
+ tags:
+ only: /dev-v[0-9]+(\.[0-9]+)*/
+ branches:
+ only: /test-cicd\/.*/
330
- test-unit:
331
requires:
332
- test-dev-tag-as-not-passed
0 commit comments