From d8d684fdbec1b8d96e90bd0f03db3470bbe3dee1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 8 Aug 2024 00:17:38 +0000 Subject: [PATCH] chore: sync files Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/build-and-test.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 230f9cf120..5a227b520f 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -29,14 +29,6 @@ jobs: - name: Show disk space before the tasks run: df -h - - name: Free disk space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.3.1 - with: - tool-cache: false - dotnet: false - swap-storage: false - large-packages: false - - name: Remove exec_depend uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1