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