From b68fab547ad2639aa4d8fb554edf6820534ae804 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Fri, 18 Sep 2020 11:21:56 -0700 Subject: [PATCH] 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 --- .github/angular-robot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/angular-robot.yml b/.github/angular-robot.yml index 06b22363e0..4346152bce 100644 --- a/.github/angular-robot.yml +++ b/.github/angular-robot.yml @@ -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/**"