From 542b94042e9061463ad9776f0c8b0585ca08423d Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Tue, 12 Mar 2024 17:55:54 +0300 Subject: [PATCH] Run the "Cleanup Disk" step in the publish-service-artifacts CI job Signed-off-by: Alper Rifat Ulucinar --- .github/workflows/publish-service-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-service-artifacts.yml b/.github/workflows/publish-service-artifacts.yml index 531501cf4b..dfc713e628 100644 --- a/.github/workflows/publish-service-artifacts.yml +++ b/.github/workflows/publish-service-artifacts.yml @@ -39,6 +39,7 @@ jobs: branch_name: ${{ github.event.inputs.branch_name }} version: ${{ github.event.inputs.version }} go-version: 1.21 + cleanup-disk: true secrets: UPBOUND_MARKETPLACE_PUSH_ROBOT_USR: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR_RC }} UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW: ${{ secrets.UPBOUND_MARKETPLACE_PUSH_ROBOT_PSW_RC }}