Browse Source

Merge branch '6.4.x'

Closes gh-16425
Steve Riesenberg 7 months ago
parent
commit
ddca7dc629
1 changed files with 1 additions and 1 deletions
  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