mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
GitHub actions: don't cancel not yet failed jobs on a failure
This commit is contained in:
parent
338d0aaa8c
commit
377a9e5048
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -122,6 +122,7 @@ jobs:
|
||||
name: .rpm
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- name: centos
|
||||
@ -239,6 +240,7 @@ jobs:
|
||||
name: Raspbian
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
codename:
|
||||
- buster
|
||||
|
Loading…
x
Reference in New Issue
Block a user