Skip to content

Commit

Permalink
[test] Run CircleCI anytime (#22686)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Sep 21, 2020
1 parent 1a39f07 commit 18cfc8e
Showing 1 changed file with 1 addition and 11 deletions.
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

0 comments on commit 18cfc8e

Please sign in to comment.