From 5d856abe8808c1c7515d7a4da7162f47aa5f01d8 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Thu, 5 Feb 2026 11:47:04 -0800 Subject: [PATCH] chore: keep fail-fast disabled in release workflow --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78ab8e2..d1bad4c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,6 +89,7 @@ jobs: needs: [setup] if: ${{ !inputs.reuse_engine_version }} strategy: + fail-fast: false matrix: include: - platform: linux @@ -166,6 +167,7 @@ jobs: needs: [setup] if: ${{ !inputs.reuse_engine_version }} strategy: + fail-fast: false matrix: include: - platform: linux/arm64