فهرست منبع

Fix job dependencies

Issue gh-15503
Steve Riesenberg 1 سال پیش
والد
کامیت
5d335ccf8d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 1
.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: