Skip to content

Commit

Permalink
ci: run free disk space for setup-universe workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Jan 28, 2025
1 parent 551d228 commit 47a6c49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/setup-universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 47a6c49

Please sign in to comment.