From a124b118f32d466c70c672e2445edacbace552b2 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 31 Mar 2026 18:01:49 -0700 Subject: [PATCH] ci: Turn off fail-fast for the wheel workflow We have enough spurious failures that I don't want all of the variants in a job matrix to fail just because one goes wrong. Signed-off-by: Larry Gritz --- .github/workflows/wheel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index afe111e2f4..5bf9cb414f 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -87,6 +87,7 @@ jobs: if: | ${{ github.event_name != 'schedule' || github.event.repository.fork == false }} strategy: + fail-fast: false matrix: include: # ------------------------------------------------------------------- @@ -295,6 +296,7 @@ jobs: if: | github.event_name != 'schedule' || github.event.repository.fork == false strategy: + fail-fast: false matrix: include: # ------------------------------------------------------------------- @@ -383,6 +385,7 @@ jobs: if: | github.event_name != 'schedule' || github.event.repository.fork == false strategy: + fail-fast: false matrix: include: # ------------------------------------------------------------------- @@ -462,6 +465,7 @@ jobs: if: | github.event_name != 'schedule' || github.event.repository.fork == false strategy: + fail-fast: false matrix: include: # -------------------------------------------------------------------