File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ jobs:
127127 # we do not need. We do this to enable some of the less resource
128128 # intensive jobs to run on free runners, which however also have
129129 # less disk space.
130- - name : free up disk space start
131- run : RUNNER_TRACKING_ID="" src/ci/scripts/free-disk-space.sh start
130+ - name : free up disk space
131+ run : src/ci/scripts/free-disk-space.sh
132132 if : matrix.free_disk
133133
134134 # Rust Log Analyzer can't currently detect the PR number of a GitHub
@@ -229,10 +229,6 @@ jobs:
229229 run : |
230230 cd src/ci/citool
231231 CARGO_INCREMENTAL=0 CARGO_TARGET_DIR=../../../build/citool cargo build
232-
233- - name : free up disk space report
234- run : src/ci/scripts/free-disk-space.sh report
235- if : matrix.free_disk
236232
237233 - name : run the build
238234 run : |
You can’t perform that action at this time.
0 commit comments