Skip to content

Commit

Permalink
ci: try to fix tag ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris Lam committed Nov 14, 2023
1 parent 83ed3cf commit 0b0952d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ workflows:
only: /((release|hotfix|support)/[0-9.]+(-[\w-]+(\.[0-9]+)?)?|develop)/
context:
- DockerHub
- deploy_nightly:
filters:
branches:
only: /(^wip\/.*)/
context:
- DockerHub
- deploy_release:
requires:
- build_and_test
Expand All @@ -169,3 +163,9 @@ workflows:
ignore: /.*/
context:
- DockerHub
- deploy_nightly:
filters:
branches:
only: /(^wip\/.*)/
context:
- DockerHub

0 comments on commit 0b0952d

Please sign in to comment.