From c99993795d8ba5bc46b9493216a643a6fb538646 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Tue, 8 Jul 2025 15:27:13 +0800 Subject: [PATCH] build: remove clear disk step. --- .github/workflows/build-and-push.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index ed8a1fcea..e24dfe574 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -38,18 +38,6 @@ jobs: if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }} runs-on: ubuntu-latest steps: - - name: Check Disk Space - run: df -h - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - name: Check Disk Space run: df -h - name: Checkout @@ -98,18 +86,6 @@ jobs: if: ${{ contains(github.event.inputs.registry, 'dockerhub') }} runs-on: ubuntu-latest steps: - - name: Check Disk Space - run: df -h - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - name: Check Disk Space run: df -h - name: Checkout