From ceb46782c80bae126b770420f0e34e38061c66dc Mon Sep 17 00:00:00 2001 From: Dinkar Jain <62498436+dinkar-jain@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:04:43 +0530 Subject: [PATCH] restricting Free Disk Space --- .github/workflows/test-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 42112509c..6d76b4f31 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -10,6 +10,14 @@ jobs: steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@v1.3.1 + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: false + docker-images: false + swap-storage: false - uses: actions/checkout@v3 - name: Calculate release version run: |