Skip to content

Commit

Permalink
github: don't cancel jobs if parallel ones failed (flipperdevices#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger authored Sep 5, 2023
1 parent 600b2ce commit dfd5233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
main:
runs-on: [self-hosted, FlipperZeroShell]
strategy:
fail-fast: false
matrix:
target: [f7, f18]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
compact:
runs-on: [self-hosted, FlipperZeroShell]
strategy:
fail-fast: false
matrix:
target: [f7, f18]
steps:
Expand Down

0 comments on commit dfd5233

Please sign in to comment.