From 4481571999cacc8bca8ed348ec6fffdaf961dae2 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 17 Oct 2018 11:33:34 -0700 Subject: [PATCH] ci: don't run google3 tests on bazel external files (#26488) PR Close #26488 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index f1931ebb06..a044b51662 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -39,6 +39,7 @@ merge: - "packages/**" # list of patterns to ignore for the files changed by the PR exclude: + - "packages/bazel/*.bzl" - "packages/language-service/**" - "**/.gitignore" - "**/.gitkeep"