Skip to content

Commit 3d34996

Browse files
alan-agius4dgp1130
authored andcommitted
ci: reduce ci time for renovate PRs
Only run running `e2e-cli-ng-snapshots` and `e2e-cli-ve-ng-snapshots` for non `renovate/angular` and `master` PRs to reduce CI time for renovate PRs.
1 parent 79fbe59 commit 3d34996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ workflows:
391391
filters:
392392
branches:
393393
only:
394-
- /renovate\/.+/
394+
- renovate/angular
395395
- master
396396
- e2e-cli:
397397
name: e2e-cli-ng-ve-snapshots
@@ -402,7 +402,7 @@ workflows:
402402
filters:
403403
branches:
404404
only:
405-
- /renovate\/.+/
405+
- renovate/angular
406406
- master
407407
- e2e-cli-node-10:
408408
<<: *only_release_branches

0 commit comments

Comments
 (0)