We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a4153 commit 4b50dd4Copy full SHA for 4b50dd4
.github/workflows/build.yml
@@ -6,8 +6,8 @@ on:
6
7
jobs:
8
check-disk-usage:
9
- # runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- name: Check Disk Usage
13
- run: bash .github/workflow-scripts/00-check-disk-usage.sh
+ run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker images -a
0 commit comments