mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
trying to limit the number of parallel jobs
This commit is contained in:
parent
dda81fa242
commit
3199872ab1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-linux.yml
vendored
1
.github/workflows/test-linux.yml
vendored
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue