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