From 0f2f019f16f988df9d695da90b69392eea845d5e Mon Sep 17 00:00:00 2001 From: KKRainbow <443152178@qq.com> Date: Thu, 13 Aug 2026 06:40:04 +0800 Subject: [PATCH] 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. --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7e8f4ee3..77d1fb95 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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