trying to limit the number of parallel jobs

This commit is contained in:
Gareth J. Greenaway 2022-11-22 10:10:11 -08:00 committed by Pedro Algarvio
parent dda81fa242
commit 3199872ab1

View file

@ -29,6 +29,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
instance: ${{ fromJSON(inputs.instances) }}