about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-06-08 19:44:33 +0200
committerJakub Beránek <berykubik@gmail.com>2025-06-08 19:44:33 +0200
commitb189d29b924ab03728d0738ed6463e61f5362f60 (patch)
treed2e409c8a7f8155465fd1a72d086e317bc6f29a2 /src/ci
parent244bbfc60ee8593db96892468eee876240cb7ba1 (diff)
downloadrust-b189d29b924ab03728d0738ed6463e61f5362f60.tar.gz
rust-b189d29b924ab03728d0738ed6463e61f5362f60.zip
Do not free disk space in the `mingw-check-tidy` job
It's not needed an it slows down the job considerably.

Signed-off-by: Jakub Beránek <berykubik@gmail.com>
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/github-actions/jobs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index b6b2792d0ec..e45bf891cf5 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -128,6 +128,7 @@ pr:
     <<: *job-linux-4c
   - name: mingw-check-tidy
     continue_on_error: true
+    free_disk: false
     <<: *job-linux-4c
   - name: x86_64-gnu-llvm-19
     env: