mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-04 22:32:31 -04:00
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
1 changed files with 1 additions and 0 deletions
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
name: .deb
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- name: debian
|
||||
|
|
|
|||
Loading…
Reference in a new issue