Skip to content

Commit 35910e2

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux.yml: Reduce 'standard', 'minimal-pre' to 25 parallel jobs
1 parent ada9c34 commit 35910e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
tox_packages_factors: >-
105105
["standard"]
106106
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
107109

108110
standard-sitepackages:
109111
if: ${{ success() || failure() }}
@@ -167,6 +169,8 @@ jobs:
167169
tox_packages_factors: >-
168170
["minimal"]
169171
docker_push_repository: ghcr.io/${{ github.repository }}/
172+
# Reduce from 30 to 25 because it may run in parallel with 'standard-sitepackages' above
173+
max_parallel: 25
170174

171175
minimal:
172176
if: ${{ success() || failure() }}

0 commit comments

Comments
 (0)