diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 2d04996d6..ec2bcf70e 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -42,21 +42,6 @@ jobs: run: | ls -la rm -rf -- ./* ./.??* - - name: Check Disk Space - run: df -h - - name: Free Disk Space (Ubuntu) - if: ${{ contains(github.event.inputs.architecture, ',') }} - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: false - swap-storage: false - - name: Check Disk Space - run: df -h - name: Checkout uses: actions/checkout@v4 with: @@ -113,21 +98,6 @@ jobs: run: | ls -la rm -rf -- ./* ./.??* - - name: Check Disk Space - run: df -h - - name: Free Disk Space (Ubuntu) - if: ${{ contains(github.event.inputs.architecture, ',') }} - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: false - swap-storage: false - - name: Check Disk Space - run: df -h - name: Checkout uses: actions/checkout@v4 with: