From ae41a0ad69ca26c600f0f56c68dd5a1c102d4f1f Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Tue, 26 Feb 2019 17:08:37 -0800 Subject: [PATCH] chore: don't run CI on the ivy-2019 branch (#15302) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16f3ea163015..cdf55ef67772 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,7 @@ var_13: &ignore_presubmit_branch_filter branches: ignore: - "_presubmit" + - "ivy-2019" # Runs a script that sets up the Bazel remote execution. This will be used by jobs that run # Bazel primarily and should benefit from remote caching and execution.