Skip to content

Commit 4b50dd4

Browse files
committed
Update ci
1 parent f8a4153 commit 4b50dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
jobs:
88
check-disk-usage:
9-
# runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Check Disk Usage
13-
run: bash .github/workflow-scripts/00-check-disk-usage.sh
13+
run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker images -a

0 commit comments

Comments
 (0)