浏览代码

Merge branch '6.2.x' into 6.3.x

Steve Riesenberg 1 年之前
父节点
当前提交
ce26b42f97
共有 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: