We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b3212 commit 9ffb9bfCopy full SHA for 9ffb9bf
.circleci/config.yml
@@ -378,6 +378,20 @@ workflows:
378
[[ "$CIRCLE_PROJECT_USERNAME" != "angular" || $CIRCLE_BRANCH != "master" ]]; then
379
circleci step halt
380
fi
381
+ - e2e-cli:
382
+ name: e2e-cli-ng-ivy-snapshots
383
+ snapshots: true
384
+ ivy: true
385
+ requires:
386
+ - e2e-cli
387
+ pre-steps:
388
+ - run:
389
+ name: Don't run expensive e2e snapshots tests for forks other than renovate-bot and angular
390
+ command: >
391
+ if [[ "$CIRCLE_PR_USERNAME" != "renovate-bot" ]] &&
392
+ [[ "$CIRCLE_PROJECT_USERNAME" != "angular" || $CIRCLE_BRANCH != "master" ]]; then
393
+ circleci step halt
394
+ fi
395
- e2e-cli-node-10:
396
<<: *ignore_pull_requests
397
requires:
0 commit comments