From 5d335ccf8dd23472c6fd37c42a3d04d7f97074de Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:55:21 -0500 Subject: [PATCH] Fix job dependencies Issue gh-15503 --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e4b5637cb1..acd0fd3995 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -247,7 +247,7 @@ jobs: run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN send-notification: name: Send Notification - needs: [ perform-release ] + needs: [ perform_release, perform_post_release ] if: failure() runs-on: ubuntu-latest steps: