github: don't cancel jobs if parallel ones failed (#3044)
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
main:
|
main:
|
||||||
runs-on: [self-hosted, FlipperZeroShell]
|
runs-on: [self-hosted, FlipperZeroShell]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [f7, f18]
|
target: [f7, f18]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ jobs:
|
|||||||
compact:
|
compact:
|
||||||
runs-on: [self-hosted, FlipperZeroShell]
|
runs-on: [self-hosted, FlipperZeroShell]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
target: [f7, f18]
|
target: [f7, f18]
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user