浏览代码

Merge branch '6.3.x' into 6.4.x

Closes gh-16424
Steve Riesenberg 7 月之前
父节点
当前提交
b4befb4263
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

+ 1 - 1
.github/workflows/continuous-integration-workflow.yml

@@ -116,7 +116,7 @@ jobs:
   send-notification:
   send-notification:
     name: Send Notification
     name: Send Notification
     needs: [ perform-release ]
     needs: [ perform-release ]
-    if: ${{ failure() || cancelled() }}
+    if: ${{ !success() }}
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Send Notification
       - name: Send Notification