mirror of https://github.com/Icinga/icinga2.git
GitHub actions: don't cancel not yet failed jobs on a failure
This commit is contained in:
parent
04704a49a4
commit
d73cc5d08f
|
@ -11,6 +11,7 @@ jobs:
|
|||
name: .deb
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- name: debian
|
||||
|
|
Loading…
Reference in New Issue