From 15b9558f0da390a1282b3bf5033eb90b59713f1d Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Mon, 25 Feb 2019 13:33:48 -0800 Subject: [PATCH] chore: don't run CI on the ivy-2019 branch --- .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.