mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Run only a single job per workflow matrix at a time
This limits each run of these workflows to a single active matrix job. This means, for each PR, merge or release only five jobs run concurrently.
This commit is contained in:
parent
d29ff62017
commit
9f757dd551
1
.github/workflows/deb.yml
vendored
1
.github/workflows/deb.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
distro:
|
||||
- name: debian
|
||||
|
1
.github/workflows/raspbian.yml
vendored
1
.github/workflows/raspbian.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
codename:
|
||||
- bullseye
|
||||
|
1
.github/workflows/rpm.yml
vendored
1
.github/workflows/rpm.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
distro:
|
||||
- name: rhel
|
||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
bits: [32, 64]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user