瀏覽代碼

Merge branch '6.3.x'

Steve Riesenberg 1 年之前
父節點
當前提交
b710b666d0
共有 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, perform_post_release ]
+    needs: [ perform-release ]
     if: failure()
     runs-on: ubuntu-latest
     steps: