mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
fix(ci): Disables fail-fast for CI build matrices (#910)
This commit is contained in:
1
.github/workflows/build-android.yml
vendored
1
.github/workflows/build-android.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
contents: read
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [phone, tv]
|
||||
|
||||
|
||||
1
.github/workflows/build-ios.yml
vendored
1
.github/workflows/build-ios.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
contents: read
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [phone, tv]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user