ci: do not require g3 checks for the changes in `ngtsc/sourcemaps` folder (#39035)

This commit updates ngbot config to avoid requesting google3 presubmit for the changes in
the `packages/compiler-cli/src/ngtsc/sourcemaps` folder (which is not synced into google3).

PR Close #39035
This commit is contained in:
Andrew Kushnir 2020-09-28 18:08:07 -07:00 committed by Alex Rickabaugh
parent 2aeaedc519
commit 393ce5574b
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ merge:
- "packages/bazel/src/protractor/**"
- "packages/bazel/src/schematics/**"
- "packages/compiler-cli/ngcc/**"
- "packages/compiler-cli/src/ngtsc/sourcemaps/**",
- "packages/docs/**"
- "packages/elements/schematics/**"
- "packages/examples/**"