diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e0cb08bab3..da9eb6849c 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -115,7 +115,7 @@ jobs: secrets: inherit send-notification: name: Send Notification - needs: [ perform-release ] + needs: [ perform_release, perform_post_release ] if: failure() runs-on: ubuntu-latest steps: