Skip to content

Commit ddca7dc

Browse files
committed
Merge branch '6.4.x'
Closes gh-16425
2 parents c78ac11 + b4befb4 commit ddca7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
send-notification:
117117
name: Send Notification
118118
needs: [ perform-release ]
119-
if: ${{ failure() || cancelled() }}
119+
if: ${{ !success() }}
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: Send Notification

0 commit comments

Comments
 (0)