Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] Run CircleCI anytime #22686

Merged
merged 1 commit into from Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 1 addition & 11 deletions .circleci/config.yml
Expand Up @@ -206,17 +206,7 @@ workflows:
version: 2
pipeline:
jobs:
- checkout:
filters:
branches:
# Ideally we only run this pipeline if the base branch is `master` or `next`.
# CircleCI doesn't support it because branch filters are based on target branch.
# We approximate it by running on `master`, `next` and any PR (assuming they always target master or next).
only:
- master
- next
# pull requests have its branch name following the `pull/$CIRCLE_PR_NUMBER` scheme.
- /pull\/.*/
- checkout
- test_unit:
requires:
- checkout
Expand Down