mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
github: don't cancel jobs if parallel ones failed (#3044)
This commit is contained in:
parent
600b2ce627
commit
dfd5233760
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
main:
|
||||
runs-on: [self-hosted, FlipperZeroShell]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [f7, f18]
|
||||
steps:
|
||||
|
|
1
.github/workflows/build_compact.yml
vendored
1
.github/workflows/build_compact.yml
vendored
|
@ -10,6 +10,7 @@ jobs:
|
|||
compact:
|
||||
runs-on: [self-hosted, FlipperZeroShell]
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [f7, f18]
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue