From c708269d50c605a698aac4fef7d7e3b0461050fb Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 12 Sep 2024 00:19:08 +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