Skip to content

Commit 5d335cc

Browse files
committed
Fix job dependencies
Issue gh-15503
1 parent 5cdcdc9 commit 5d335cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
run: ./gradlew scheduleNextRelease -PnextVersion=$VERSION -PgitHubAccessToken=$TOKEN
248248
send-notification:
249249
name: Send Notification
250-
needs: [ perform-release ]
250+
needs: [ perform_release, perform_post_release ]
251251
if: failure()
252252
runs-on: ubuntu-latest
253253
steps:

0 commit comments

Comments
 (0)