From c4b541ce0ba17cc7ec3e1556e95b65bd4bb1f9d6 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Thu, 18 Jan 2024 14:46:21 -0600 Subject: [PATCH] Remove free disk space cleanup --- .github/workflows/qe.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/qe.yml b/.github/workflows/qe.yml index e2a96061b..37f7f484f 100644 --- a/.github/workflows/qe.yml +++ b/.github/workflows/qe.yml @@ -29,17 +29,17 @@ jobs: SKIP_PRELOAD_IMAGES: true # Not needed for github-hosted runs steps: - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: false - large-packages: true - android: true - dotnet: true - haskell: true - docker-images: true - swap-storage: true - continue-on-error: true + # - name: Free Disk Space (Ubuntu) + # uses: jlumbroso/free-disk-space@main + # with: + # tool-cache: false + # large-packages: true + # android: true + # dotnet: true + # haskell: true + # docker-images: true + # swap-storage: true + # continue-on-error: true - name: Write temporary docker file run: |