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:
Alexander Aleksandrovič Klimov 2023-01-20 20:35:51 +01:00 committed by GitHub
commit 11e37a0bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 1
matrix:
distro:
- name: debian

View File

@ -17,6 +17,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 1
matrix:
codename:
- bullseye

View File

@ -17,6 +17,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 1
matrix:
distro:
- name: rhel

View File

@ -17,6 +17,7 @@ jobs:
strategy:
fail-fast: false
max-parallel: 1
matrix:
bits: [32, 64]