Skip to content

Commit 8ed95eb

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
ci: disable windows job on PRs
Currently CLI's windows testing accounts for ~40% of all of our credit usage. This job is more of a sanity check and running only on release branches should suffice.
1 parent 202e9a5 commit 8ed95eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/dynamic_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,8 @@ workflows:
462462
- build
463463

464464
# Windows jobs
465-
- e2e-cli-win
465+
- e2e-cli-win:
466+
<<: *only_release_branches
466467

467468
# Publish jobs
468469
- snapshot_publish:

0 commit comments

Comments
 (0)