Skip to content

Commit b1bfe02

Browse files
committed
CI: free disk space on release as well as for tests
1 parent 9ad8a21 commit b1bfe02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
image: [macos-14, ubuntu-24.04, windows-2022]
1919
fail-fast: false
2020
steps:
21-
- if: matrix.image == 'ubuntu-24.04'
21+
- if: runner.os == 'Linux'
2222
name: Free disk space
2323
uses: jlumbroso/[email protected]
2424
with:

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
publish:
1616
runs-on: ubuntu-24.04
1717
steps:
18+
- name: Free disk space
19+
uses: jlumbroso/[email protected]
20+
with:
21+
tool-cache: false
22+
large-packages: false
23+
1824
- name: Read version from Git ref
1925
id: version
2026
shell: pwsh

0 commit comments

Comments
 (0)