1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

github: don't cancel jobs if parallel ones failed (#3044)

This commit is contained in:
hedger
2023-09-05 17:17:16 +03:00
committed by GitHub
parent 600b2ce627
commit dfd5233760
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ jobs:
main:
runs-on: [self-hosted, FlipperZeroShell]
strategy:
fail-fast: false
matrix:
target: [f7, f18]
steps:

View File

@@ -10,6 +10,7 @@ jobs:
compact:
runs-on: [self-hosted, FlipperZeroShell]
strategy:
fail-fast: false
matrix:
target: [f7, f18]
steps: