From 4685fd934c1452a9754a49ef5f55dc2dba41b92c Mon Sep 17 00:00:00 2001 From: Patrick Sanders Date: Thu, 12 Sep 2024 09:55:18 -0700 Subject: [PATCH] disable conditions --- .github/workflows/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f72d30..bfa970c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,14 +6,14 @@ on: - develop jobs: - on-failure: - runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'failure' }} - steps: - - run: echo 'The triggering workflow failed' +# on-failure: +# runs-on: ubuntu-latest +# if: ${{ github.event.workflow_run.conclusion == 'failure' }} +# steps: +# - run: echo 'The triggering workflow failed' package: name: Build package - if: ${{ github.event.workflow_run.conclusion == 'success' }} +# if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest strategy: matrix: @@ -34,7 +34,7 @@ jobs: pypi-publish: name: Upload release to PyPI - if: ${{ github.event.workflow_run.conclusion == 'success' }} +# if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest environment: name: pypi