ci: do not require g3 checks for the changes in `packages/zone.js/dist` folder (#38901)

This commit updates ngbot config to avoid requesting google3 presubmit for the changes in
the `packages/zone.js/dist` folder (which is not synced into google3).

PR Close #38901
This commit is contained in:
Andrew Kushnir 2020-09-18 11:21:56 -07:00 committed by Misko Hevery
parent 16a560119a
commit b68fab547a
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ merge:
- "packages/**/integrationtest/**"
- "packages/**/test/**"
- "packages/zone.js/*"
- "packages/zone.js/dist/**"
- "packages/zone.js/doc/**"
- "packages/zone.js/example/**"
- "packages/zone.js/scripts/**"