From 214fd41bb6060ccbaad8345c8b119db04a34f6d1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 11 May 2021 22:18:18 +0200 Subject: [PATCH] Add fail-fast for wheel (#50487) --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 16818a37cb2..44ff9f8e5fe 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -60,6 +60,7 @@ jobs: needs: init runs-on: ubuntu-latest strategy: + fail-fast: false matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: @@ -100,6 +101,7 @@ jobs: needs: init runs-on: ubuntu-latest strategy: + fail-fast: false matrix: arch: ${{ fromJson(needs.init.outputs.architectures) }} tag: