Skip to content

Commit c3d492c

Browse files
committed
ci: cleanup disk space in cilium-cli build workflow
Sometimes, the workflow fails because it's running out of disk space. Try to remediate that by cleaning up runner disk space before building the CLI. Signed-off-by: Tobias Klauser <tobias@cilium.io>
1 parent 35f7f4b commit c3d492c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cilium-cli.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Checkout the repository
2121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222

23+
- name: Cleanup Disk space in runner
24+
uses: ./.github/actions/disk-cleanup
25+
2326
- name: Setup go
2427
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2528
with:

0 commit comments

Comments
 (0)