From b7716e119025a4a94fbba0f3e8fb26bbc2229702 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Thu, 7 Mar 2024 12:35:05 +0300 Subject: [PATCH] Reclaim disk space in an initial step while running the CI jobs from the provider-ci reusable workflow Signed-off-by: Alper Rifat Ulucinar --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bd6bcb150..c7bd469415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: uses: upbound/uptest/.github/workflows/provider-ci.yml@main with: go-version: 1.21 + cleanup-disk: true secrets: UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR }} UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW }}