Skip to content

Commit b189d29

Browse files
committed
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 <[email protected]>
1 parent 244bbfc commit b189d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ pr:
128128
<<: *job-linux-4c
129129
- name: mingw-check-tidy
130130
continue_on_error: true
131+
free_disk: false
131132
<<: *job-linux-4c
132133
- name: x86_64-gnu-llvm-19
133134
env:

0 commit comments

Comments
 (0)