ci: don't run google3 tests on bazel external files (#26488)

PR Close #26488
This commit is contained in:
Alex Eagle 2018-10-17 11:33:34 -07:00 committed by Igor Minar
parent 2132c8f461
commit 4481571999
1 changed files with 1 additions and 0 deletions

View File

@ -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"