Skip to content

Commit af9be96

Browse files
authored
Merge pull request #126 from rstudio/max-parallel
Limit parallel builds to prevent running out of disk space
2 parents 66065c4 + 502d7d8 commit af9be96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
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)