diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index a0a8de0ba4..8d4b36e617 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -138,6 +138,7 @@ jobs: needs: build-packages if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' strategy: + fail-fast: false matrix: name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"] steps: @@ -163,6 +164,7 @@ jobs: needs: [build-packages, waiting] if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' strategy: + fail-fast: false matrix: name: ["APP", "FABRIC", "PYTORCH", "LIGHTNING"] steps: