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 eb8417b commit ada9c34Copy full SHA for ada9c34
.github/workflows/ci-linux.yml
@@ -83,6 +83,9 @@ jobs:
83
tox_packages_factors: >-
84
["standard"]
85
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
89
90
standard:
91
if: ${{ success() || failure() }}
0 commit comments