mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-23 17:57:54 +02:00
GitHub actions: don't cancel not yet failed jobs on a failure
This commit is contained in:
parent
216dac1985
commit
ff9cf5a573
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -120,6 +120,7 @@ jobs:
|
||||
name: .rpm
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- name: centos
|
||||
@ -218,6 +219,7 @@ jobs:
|
||||
name: Raspbian
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
codename:
|
||||
- buster
|
||||
|
Loading…
x
Reference in New Issue
Block a user