mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8105 from Icinga/feature/gha-fail-fast
GitHub actions: don't cancel not yet failed jobs on a failure
This commit is contained in:
commit
09cf7c39f7
|
@ -11,6 +11,7 @@ jobs:
|
||||||
name: .deb
|
name: .deb
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- name: debian
|
- name: debian
|
||||||
|
|
Loading…
Reference in New Issue