Skip to content

Commit c6702e2

Browse files
authored
Free disk space in github runner for release action (#1564)
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent f72bfa2 commit c6702e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ jobs:
2525
OPM_VERSION: v1.19.5
2626
runs-on: ubuntu-latest
2727
steps:
28+
- name: Free Disk Space (Ubuntu)
29+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be #v1.3.1
30+
with:
31+
tool-cache: false
2832
- name: Set up Go 1.x
2933
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3034
with:
3135
go-version: 1.23.6
32-
3336
- name: Set up QEMU
3437
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 #v2.2.0
3538

0 commit comments

Comments
 (0)