mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-18 10:17:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user