Skip to content

Commit

Permalink
Fix sync bot. (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunikkk authored Dec 7, 2022
1 parent 383ff7a commit 39ace61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ workflows:
- main
jobs:
- check-gradle-dependencies

build:
when:
not: << pipeline.parameters.mapbox_upstream >>
Expand Down Expand Up @@ -89,7 +90,7 @@ workflows:
branches:
ignore:
- main
- << pipeline.parameters.git_release_branch >>
- /<< pipeline.parameters.git_release_branch >>/
name: run-sdk-e2e-test-devel
requires:
- verify-code
Expand All @@ -98,9 +99,9 @@ workflows:
branches:
only:
- main
- << pipeline.parameters.git_release_branch >>
- /<< pipeline.parameters.git_release_branch >>/
tags:
only: << pipeline.parameters.git_release_tag >>
only: /<< pipeline.parameters.git_release_tag >>/
name: run-sdk-e2e-test-validation
requires:
- verify-code
Expand All @@ -110,7 +111,7 @@ workflows:
branches:
only:
- main
- << pipeline.parameters.git_release_branch >>
- /<< pipeline.parameters.git_release_branch >>/
requires:
- verify-code

Expand Down

0 comments on commit 39ace61

Please sign in to comment.