diff --git a/.github/workflows/setup-universe.yaml b/.github/workflows/setup-universe.yaml index 8f4d16d50e..6d67eed218 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: