Skip to content

Commit

Permalink
ci: disable windows job on PRs
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Mar 24, 2023
1 parent 85a048b commit a8376e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/dynamic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ workflows:
- build

# Windows jobs
- e2e-cli-win
- e2e-cli-win:
<<: *only_release_branches

# Publish jobs
- snapshot_publish:
Expand Down

0 comments on commit a8376e2

Please sign in to comment.