Only allow 5 jobs from each CI run to be in parallel (#4682)

This commit is contained in:
Jesse Hills 2023-04-13 10:46:19 +12:00 committed by GitHub
parent 04a139fe3d
commit cc1eb648f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 5
matrix:
include:
- id: ci-custom