mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-03 20:04:29 +02:00
Merge pull request #8220 from Icinga/bugfix/github-actions-fail-fast
GitHub actions: don't cancel not yet failed jobs on a failure
This commit is contained in:
commit
2dfe777f48
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -116,6 +116,7 @@ jobs:
|
|||||||
name: .rpm
|
name: .rpm
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- name: centos
|
- name: centos
|
||||||
@ -226,6 +227,7 @@ jobs:
|
|||||||
name: Raspbian
|
name: Raspbian
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
codename:
|
codename:
|
||||||
- buster
|
- buster
|
||||||
|
Loading…
x
Reference in New Issue
Block a user