Skip to content

Commit e3f20de

Browse files
committed
Add disk cleanup step to build workflows
1 parent 4df9885 commit e3f20de

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
ref: "${{ env.TAG_REF }}"
3434

35+
- name: Free up disk space in runner
36+
uses: ./.github/actions/disk-cleanup
37+
3538
- name: Set up JDK 17
3639
uses: actions/setup-java@v4
3740
with:

.github/workflows/reprocheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
ref: "${{ env.TAG_REF }}"
3232

33+
- name: Free up disk space in runner
34+
uses: ./.github/actions/disk-cleanup
35+
3336
- name: Set up builder image
3437
run: docker compose build
3538
working-directory: reproducible-builds

0 commit comments

Comments
 (0)