Преглед на файлове

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: