Skip to content

Commit

Permalink
check disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jun 21, 2024
1 parent bd77b17 commit 5b1f0ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vdbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
name: output-long-run
path: output

- name: check free disk space
if: always()
run: |
df -h
- name: check vdbench log
if: always()
run: |
Expand Down

0 comments on commit 5b1f0ee

Please sign in to comment.