Skip to content

Commit

Permalink
ci: update circleci filter to run job on the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 committed Jan 29, 2024
1 parent c268b7e commit d400dc0
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,17 @@ workflows:
context:
- slack-notification
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
only:
- ci/test-unit-tests-failure

- test:
requires:
- build
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
only:
- ci/test-unit-tests-failure
matrix:
parameters:
fdi-version: placeholder
Expand All @@ -90,9 +88,8 @@ workflows:
context:
- slack-notification
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
only:
- ci/test-unit-tests-failure
requires:
- test

0 comments on commit d400dc0

Please sign in to comment.