diff --git a/.github/workflows/setup-universe.yaml b/.github/workflows/setup-universe.yaml index 8f4d16d50e8..a7c8d37b14e 100644 --- a/.github/workflows/setup-universe.yaml +++ b/.github/workflows/setup-universe.yaml @@ -7,6 +7,14 @@ jobs: setup-universe: runs-on: ubuntu-22.04 steps: + - name: Free disk space + uses: ./.github/actions/free-disk-space + + - name: Show disk space + if: always() + run: | + df -h + - name: Check out repository uses: actions/checkout@v4