mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
ci: add fail-fast: false to all matrix (#9355)
This commit is contained in:
1
.github/workflows/build-images.yml
vendored
1
.github/workflows/build-images.yml
vendored
@@ -136,6 +136,7 @@ jobs:
|
|||||||
name: Build Server native - ${{ matrix.targets.name }}
|
name: Build Server native - ${{ matrix.targets.name }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
targets:
|
targets:
|
||||||
- name: x86_64-unknown-linux-gnu
|
- name: x86_64-unknown-linux-gnu
|
||||||
|
|||||||
4
.github/workflows/release-desktop.yml
vendored
4
.github/workflows/release-desktop.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
|||||||
|
|
||||||
make-distribution:
|
make-distribution:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
- runner: macos-14
|
- runner: macos-14
|
||||||
@@ -190,6 +191,7 @@ jobs:
|
|||||||
package-distribution-windows:
|
package-distribution-windows:
|
||||||
environment: ${{ github.event.inputs.build-type }}
|
environment: ${{ github.event.inputs.build-type }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
- runner: windows-latest
|
- runner: windows-latest
|
||||||
@@ -281,6 +283,7 @@ jobs:
|
|||||||
- sign-packaged-artifacts-windows_x64
|
- sign-packaged-artifacts-windows_x64
|
||||||
- sign-packaged-artifacts-windows_arm64
|
- sign-packaged-artifacts-windows_arm64
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
- platform: win32
|
- platform: win32
|
||||||
@@ -357,6 +360,7 @@ jobs:
|
|||||||
before-make,
|
before-make,
|
||||||
]
|
]
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
- runner: windows-latest
|
- runner: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user