Skip to content

Commit c8400a7

Browse files
committed
adding a step to clean up diskspace before deploying
Signed-off-by: Nelesh Singla <[email protected]>
1 parent d1dcc7c commit c8400a7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- name: Checkout code
6363
uses: actions/checkout@v5
6464

65+
- name: Cleanup Diskspace
66+
id: cleanup
67+
uses: kubeflow/pipelines/.github/actions/github-disk-cleanup@master
68+
if: (!cancelled())
69+
6570
- name: Validate AGENTS.md symlink
6671
run: |
6772
echo "Validating AGENTS.md → CLAUDE.md symlink..."

.github/workflows/test-local-dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v5
1414

15+
- name: Cleanup Diskspace
16+
id: cleanup
17+
uses: kubeflow/pipelines/.github/actions/github-disk-cleanup@master
18+
if: (!cancelled())
19+
1520
- name: Set up Go
1621
uses: actions/setup-go@v6
1722
with:

0 commit comments

Comments
 (0)