ci(core): keep matrix jobs running after transient failures

Disable fail-fast for the Core build matrix so one flaky external
download does not cancel every other platform build. This preserves
successful matrix results and makes failed jobs independently
retryable.
This commit is contained in:
KKRainbow
2026-08-13 06:40:04 +08:00
parent 86bf3df0fd
commit 0f2f019f16
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
easytier-web/frontend/dist/*
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- TARGET: x86_64-unknown-linux-musl