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.
This commit is contained in:
Alan Agius 2020-01-21 19:49:10 +01:00 committed by Douglas Parker
parent 79fbe59d00
commit 3d34996e1f

View File

@ -391,7 +391,7 @@ workflows:
filters:
branches:
only:
- /renovate\/.+/
- renovate/angular
- master
- e2e-cli:
name: e2e-cli-ng-ve-snapshots
@ -402,7 +402,7 @@ workflows:
filters:
branches:
only:
- /renovate\/.+/
- renovate/angular
- master
- e2e-cli-node-10:
<<: *only_release_branches