Skip to content

Commit 9e5ef33

Browse files
authored
Update ci.yml
1 parent 53c4f3e commit 9e5ef33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,8 @@ jobs:
154154
run: make system-test || true
155155
- name: df
156156
run: df -h
157-
- name: du1
158-
run: du -h -d1 /home | sort -hr | head -n 20
159157
- name: du2
160-
run: du -h -d1 /home/packer | sort -hr | head -n 20
158+
run: du -h -d1 /home/runner | sort -hr | head -n 20
161159
- name: find
162160
run: find /home -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
163161

0 commit comments

Comments
 (0)