Skip to content

Commit 7da4504

Browse files
committed
Find out how much disk space is available
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 0c12e76 commit 7da4504

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8+
- 'dependabot/go_modules/golang.org/x/crypto-0.45.0'
89
schedule:
910
# Run at 23:09 PST (07:09 UTC) every sunday. Github suggests not running actions on the hour.
1011
- cron: '9 7 * * 0'
@@ -150,6 +151,8 @@ jobs:
150151
- name: Build ${{ matrix.name }}
151152
shell: bash
152153
run: |
154+
echo "Finding out available disk space before build:"
155+
df -h
153156
./scripts/bazel_ignore_codes.sh build \
154157
${{ matrix.args }} \
155158
--target_pattern_file=target_files/${{ matrix.buildables }} \

0 commit comments

Comments
 (0)