From f11e767eb54f68c23b0c3b156dc328de0192e63b Mon Sep 17 00:00:00 2001 From: mamoodi Date: Mon, 16 Sep 2024 10:14:49 -0400 Subject: [PATCH] Remove Cleanup stage in runtime tests (#3861) Co-authored-by: tobitege <10787084+tobitege@users.noreply.github.com> --- .github/workflows/ghcr_runtime.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ghcr_runtime.yml b/.github/workflows/ghcr_runtime.yml index 4efe5293c6..cf49c2384a 100644 --- a/.github/workflows/ghcr_runtime.yml +++ b/.github/workflows/ghcr_runtime.yml @@ -115,15 +115,6 @@ jobs: base_image: ['nikolaik'] steps: - uses: actions/checkout@v4 - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - swap-storage: true # Forked repos can't push to GHCR, so we need to download the image as an artifact - name: Download runtime image for fork if: github.event.pull_request.head.repo.fork @@ -186,15 +177,6 @@ jobs: base_image: ['nikolaik'] steps: - uses: actions/checkout@v4 - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - swap-storage: true # Forked repos can't push to GHCR, so we need to download the image as an artifact - name: Download runtime image for fork if: github.event.pull_request.head.repo.fork