mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Disable fast-fail strategy
This will prevent a failed build from cancelling other failed builds, important since all are independent of each other.
This commit is contained in:
@@ -54,6 +54,7 @@ jobs:
|
||||
Debian:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fast-fail: false
|
||||
matrix:
|
||||
release:
|
||||
- bullseye
|
||||
@@ -146,6 +147,7 @@ jobs:
|
||||
Ubuntu:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fast-fail: false
|
||||
matrix:
|
||||
release:
|
||||
- focal
|
||||
@@ -239,6 +241,7 @@ jobs:
|
||||
Linux:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fast-fail: false
|
||||
matrix:
|
||||
arch:
|
||||
- amd64
|
||||
@@ -306,6 +309,7 @@ jobs:
|
||||
Windows:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fast-fail: false
|
||||
matrix:
|
||||
arch:
|
||||
- amd64
|
||||
@@ -370,6 +374,7 @@ jobs:
|
||||
MacOS:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fast-fail: false
|
||||
matrix:
|
||||
arch:
|
||||
- amd64
|
||||
|
||||
Reference in New Issue
Block a user