mirror of https://github.com/Icinga/icinga2.git
Merge pull request #9424 from Icinga/run-only-a-single-job-per-workflow-at-a-time
Run only a single job per workflow at a time
This commit is contained in:
commit
11e37a0bd1
|
@ -17,6 +17,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
distro:
|
||||
- name: debian
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
codename:
|
||||
- bullseye
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
distro:
|
||||
- name: rhel
|
||||
|
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
bits: [32, 64]
|
||||
|
||||
|
|
Loading…
Reference in New Issue