ci: don't run google3 tests on bazel external files (#26488)
PR Close #26488
This commit is contained in:
parent
2132c8f461
commit
4481571999
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue