From 159c79c6f3356a6b14bdf0450602fdfcf5a63238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 3 Jan 2025 20:03:18 +0100 Subject: [PATCH] fix: Send alert only on success (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- .github/workflows/_release_library.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_release_library.yml b/.github/workflows/_release_library.yml index c610661..d07d822 100644 --- a/.github/workflows/_release_library.yml +++ b/.github/workflows/_release_library.yml @@ -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 }}/