From 1f34de1c73757ace5bfa257cd11f710b7d96412d Mon Sep 17 00:00:00 2001 From: Ryohsuke Mitsudome Date: Tue, 28 Jan 2025 23:16:31 +0900 Subject: [PATCH] ci: run free disk space for setup-universe workflow Signed-off-by: Ryohsuke Mitsudome --- .github/workflows/setup-universe.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/setup-universe.yaml b/.github/workflows/setup-universe.yaml index 8f4d16d50e8..6d67eed2180 100644 --- a/.github/workflows/setup-universe.yaml +++ b/.github/workflows/setup-universe.yaml @@ -10,6 +10,14 @@ jobs: - name: Check out repository uses: actions/checkout@v4 + - name: Free disk space + uses: ./.github/actions/free-disk-space + + - name: Show disk space + if: always() + run: | + df -h + - name: Set git config uses: autowarefoundation/autoware-github-actions/set-git-config@v1 with: