ci: add fail-fast: false to all matrix (#9355)

This commit is contained in:
Brooooooklyn
2024-12-27 04:56:56 +00:00
parent 3ae3ae98c8
commit 908e3efd12
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -70,6 +70,7 @@ jobs:
make-distribution:
strategy:
fail-fast: false
matrix:
spec:
- runner: macos-14
@@ -190,6 +191,7 @@ jobs:
package-distribution-windows:
environment: ${{ github.event.inputs.build-type }}
strategy:
fail-fast: false
matrix:
spec:
- runner: windows-latest
@@ -281,6 +283,7 @@ jobs:
- sign-packaged-artifacts-windows_x64
- sign-packaged-artifacts-windows_arm64
strategy:
fail-fast: false
matrix:
spec:
- platform: win32
@@ -357,6 +360,7 @@ jobs:
before-make,
]
strategy:
fail-fast: false
matrix:
spec:
- runner: windows-latest