From 18cfc8e7f80516183ef55e2d5203a4fa9cfaa529 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 21 Sep 2020 20:46:13 +0200 Subject: [PATCH] [test] Run CircleCI anytime (#22686) --- .circleci/config.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07b4575718659d..42263977a512fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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