ソースを参照

Merge branch '5.8.x' into 6.2.x

Steve Riesenberg 1 年間 前
コミット
5895f19a73
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

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