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 0c12e76 commit 7da4504Copy full SHA for 7da4504
.github/workflows/build_and_test.yaml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- 'main'
8
+ - 'dependabot/go_modules/golang.org/x/crypto-0.45.0'
9
schedule:
10
# Run at 23:09 PST (07:09 UTC) every sunday. Github suggests not running actions on the hour.
11
- cron: '9 7 * * 0'
@@ -150,6 +151,8 @@ jobs:
150
151
- name: Build ${{ matrix.name }}
152
shell: bash
153
run: |
154
+ echo "Finding out available disk space before build:"
155
+ df -h
156
./scripts/bazel_ignore_codes.sh build \
157
${{ matrix.args }} \
158
--target_pattern_file=target_files/${{ matrix.buildables }} \
0 commit comments