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 0b0952d commit 5c9fbea
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ workflows:
build-test-deploy:
jobs:
- generate_schema:
filters:
tags:
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
context:
- DockerHub
- build_and_test:
Expand All @@ -141,8 +144,6 @@ workflows:
filters:
tags:
only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/
branches:
ignore: /(^wip\/.*)/
context:
- DockerHub
- deploy_snapshot:
Expand All @@ -163,9 +164,3 @@ workflows:
ignore: /.*/
context:
- DockerHub
- deploy_nightly:
filters:
branches:
only: /(^wip\/.*)/
context:
- DockerHub

0 comments on commit 5c9fbea

Please sign in to comment.