GitHub actions: don't cancel not yet failed jobs on a failure

This commit is contained in:
Alexander A. Klimov 2020-09-09 11:36:29 +02:00
parent 338d0aaa8c
commit 377a9e5048

View File

@ -122,6 +122,7 @@ jobs:
name: .rpm name: .rpm
strategy: strategy:
fail-fast: false
matrix: matrix:
distro: distro:
- name: centos - name: centos
@ -239,6 +240,7 @@ jobs:
name: Raspbian name: Raspbian
strategy: strategy:
fail-fast: false
matrix: matrix:
codename: codename:
- buster - buster