Skip to content

Commit

Permalink
fix: Send alert only on success (#89)
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <okoenig@nvidia.com>
  • Loading branch information
ko3n1g authored Jan 3, 2025
1 parent 1b68551 commit 159c79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/_release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ jobs:
needs: [build-test-publish-wheel, create-gh-release, select-environment]
runs-on: ubuntu-latest
environment: ${{ needs.select-environment.outputs.env }}
if: always()
env:
GH_URL: https://github.com/${{ github.repository }}/releases/tag/v${{ needs.build-test-publish-wheel.outputs.version }}
PYPI_URL: https://pypi.org/project/${{ needs.build-test-publish-wheel.outputs.pypi-name }}/${{ needs.build-test-publish-wheel.outputs.version }}/
Expand Down

0 comments on commit 159c79c

Please # to comment.