Skip to content

Commit ada9c34

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux.yml (standard-pre): Increase max_parallel to 50
1 parent eb8417b commit ada9c34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
tox_packages_factors: >-
8484
["standard"]
8585
docker_push_repository: ghcr.io/${{ github.repository }}/
86+
# Make sure that all "standard-pre" jobs can start simultaneously,
87+
# so that runners are available by the time that "default" starts.
88+
max_parallel: 50
8689

8790
standard:
8891
if: ${{ success() || failure() }}

0 commit comments

Comments
 (0)