Skip to content

Commit

Permalink
Merge pull request Icinga#9424 from Icinga/run-only-a-single-job-per-…
Browse files Browse the repository at this point in the history
…workflow-at-a-time

Run only a single job per workflow at a time
  • Loading branch information
Al2Klimov authored Jan 20, 2023
2 parents d29ff62 + 9f757dd commit 11e37a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
distro:
- name: debian
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/raspbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
codename:
- bullseye
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
distro:
- name: rhel
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
bits: [32, 64]

Expand Down

0 comments on commit 11e37a0

Please sign in to comment.