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 ada9c34 commit 35910e2Copy full SHA for 35910e2
.github/workflows/ci-linux.yml
@@ -104,6 +104,8 @@ jobs:
104
tox_packages_factors: >-
105
["standard"]
106
docker_push_repository: ghcr.io/${{ github.repository }}/
107
+ # Reduce from 30 to 25 because it runs in parallel with 'standard-sitepackages' below
108
+ max_parallel: 25
109
110
standard-sitepackages:
111
if: ${{ success() || failure() }}
@@ -167,6 +169,8 @@ jobs:
167
169
168
170
["minimal"]
171
172
+ # Reduce from 30 to 25 because it may run in parallel with 'standard-sitepackages' above
173
174
175
minimal:
176
0 commit comments