workflows/release-binaries: Use free arm Windows runners for PRs (#181477)
We are running low on budget, so we need to disable this temporarily.
This commit is contained in:
parent
6e23353c39
commit
87b9805f6c
6
.github/workflows/release-binaries.yml
vendored
6
.github/workflows/release-binaries.yml
vendored
@ -176,7 +176,11 @@ jobs:
|
||||
test_runs_on=$build_runs_on
|
||||
;;
|
||||
windows-11-arm)
|
||||
build_runs_on="windows-11-arm-16core"
|
||||
if [ "$GITHUB_EVENT_NAME" = "pull_request" ] || [ "$GITHUB_EVENT_NAME" = "schedule" ]; then
|
||||
build_runs_on="${{ inputs.runs-on }}"
|
||||
else
|
||||
build_runs_on="windows-11-arm-16core"
|
||||
fi
|
||||
test_runs_on=$build_runs_on
|
||||
;;
|
||||
macos-14)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user