Skip to content

Commit

Permalink
fix: circle ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Aug 5, 2024
1 parent d24a203 commit 821a54b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@ workflows:
tagged-build:
jobs:
- test-dev-tag-as-not-passed:
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
{}
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-unit:
# requires:
# - test-dev-tag-as-not-passed
Expand Down

0 comments on commit 821a54b

Please sign in to comment.