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 2e48088
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 @@ -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:
Expand Down

0 comments on commit 2e48088

Please sign in to comment.