Skip to content

Commit 582d413

Browse files
committed
Update ci.yml
1 parent f9f5182 commit 582d413

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)