File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727jobs :
2828 build :
29- # TEMPORARY: `if: false` parks the job so PR runner capacity goes to the
30- # test.yaml windows-only matrix while we verify the new
31- # free-disk-space-windows action. Drop this once the action is confirmed.
32- if : false
3329 runs-on : ${{ matrix.runner }}
3430 strategy :
3531 fail-fast : false
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ jobs:
103103 fetch-depth : 1
104104 persist-credentials : false
105105
106- - name : Free disk space
106+ - name : Free disk space on Linux
107107 if : runner.os == 'Linux'
108108 uses : jlumbroso/free-disk-space@v1.3.1
109109
110- - name : Free disk space on Windows runner
110+ - name : Free disk space on Windows
111111 if : runner.os == 'Windows'
112112 uses : ./.github/actions/free-disk-space-windows
113113
@@ -149,7 +149,8 @@ jobs:
149149 # __tera_one_off`. Plumb HOME = USERPROFILE so every subsequent step
150150 # (incl. our pwsh diagnostic ones) sees it.
151151 - name : " Pre-mise: HOME = USERPROFILE on Windows"
152- if : runner.os == 'Windows'
152+ if : false
153+ # runner.os == 'Windows'
153154 timeout-minutes : 1
154155 # Explicit `shell: bash` because the job-level defaults point at the
155156 # busybox ash that's installed by the next step (Install mise +
You can’t perform that action at this time.
0 commit comments