fix(ci): Disables fail-fast for CI build matrices (#910)

This commit is contained in:
Gauvain
2025-08-08 14:37:43 +02:00
committed by GitHub
parent eaf3682384
commit c2f6897f47
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jobs:
contents: read
strategy:
fail-fast: false
matrix:
target: [phone, tv]

View File

@@ -20,6 +20,7 @@ jobs:
contents: read
strategy:
fail-fast: false
matrix:
target: [phone, tv]