Skip to content

Commit

Permalink
chore(.github): always run Show disk space (#5354)
Browse files Browse the repository at this point in the history
always show disk space

Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk authored Oct 21, 2024
1 parent 2ab4f1c commit 71d2f31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-push-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ jobs:
tag-suffix: ${{ matrix.tag-suffix }}

- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ jobs:
tag-suffix: ${{ matrix.tag-suffix }}

- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/health-check-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
LIB_DIR=${{ matrix.lib_dir }}
- name: Show disk space
if: always()
run: |
df -h
1 change: 1 addition & 0 deletions .github/workflows/health-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ jobs:
LIB_DIR=${{ matrix.lib_dir }}
- name: Show disk space
if: always()
run: |
df -h

0 comments on commit 71d2f31

Please sign in to comment.