Skip to content

Commit

Permalink
bump and try checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 4, 2024
1 parent 4468741 commit b2cef4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
setup: true

orbs:
continuation: circleci/continuation@0.3.1
continuation: circleci/continuation@1.0.0

jobs:
verify-ci-should-run:
Expand Down Expand Up @@ -55,6 +55,9 @@ jobs:
- continuation/continue:
configuration_path: .circleci/workflows.yml
parameters: |
{ "targetBranch" : "$GITHUB_PR_BASE_BRANCH" }
checkout: true

workflows:
# the setup-workflow workflow is always triggered.
Expand Down

0 comments on commit b2cef4e

Please sign in to comment.