Skip to content

Commit a8376e2

Browse files
alan-agius4dgp1130
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. (cherry picked from commit 8ed95eb)
1 parent 85a048b commit a8376e2

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)