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:
127
127
# we do not need. We do this to enable some of the less resource
128
128
# intensive jobs to run on free runners, which however also have
129
129
# 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
132
132
if : matrix.free_disk
133
133
134
134
# Rust Log Analyzer can't currently detect the PR number of a GitHub
@@ -229,10 +229,6 @@ jobs:
229
229
run : |
230
230
cd src/ci/citool
231
231
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
236
232
237
233
- name : run the build
238
234
run : |
You can’t perform that action at this time.
0 commit comments