소스 검색

Merge branch '6.4.x'

Closes gh-16425
Steve Riesenberg 7 달 전
부모
커밋
ddca7dc629
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:
     name: Send Notification
     needs: [ perform-release ]
-    if: ${{ failure() || cancelled() }}
+    if: ${{ !success() }}
     runs-on: ubuntu-latest
     steps:
       - name: Send Notification