Skip to content

Commit

Permalink
split up contributor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 1, 2024
1 parent 789b91b commit 3b6d91a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,18 @@ jobs:

workflows:
# the setup-workflow workflow is always triggered.
setup-workflow:
setup-workflow-contributor:
jobs:
# This job will allow for a Cypress member to approve and run the code changes from contributors after being reviewed.
- contributor-pr:
type: approval
- verify-ci-should-run:
requires:
- contributor-pr
when:
matches:
pattern: /^pull\/[0-9]+/
value: << pipeline.git.branch >>
setup-workflow:
jobs:
- verify-ci-should-run

0 comments on commit 3b6d91a

Please sign in to comment.