Skip to content

Commit 502d7d8

Browse files
committed
Limit parallel builds to prevent running out of disk space
For full patch version builds.
1 parent 66065c4 commit 502d7d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
109+
# Reduce max-parallel in case of `out of space` errors, particularly on the full patch version builds
110+
max-parallel: 10
109111
runs-on: ubuntu-latest-4x
110112
name: Docker images (${{ matrix.repo }}:${{ matrix.variant }})
111113
env:

0 commit comments

Comments
 (0)