Browse Source

Merge branch '6.4.x'

Closes gh-16425
pull/16427/head
Steve Riesenberg 1 year ago
parent
commit
ddca7dc629
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      .github/workflows/continuous-integration-workflow.yml

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

@ -116,7 +116,7 @@ jobs: @@ -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

Loading…
Cancel
Save