Browse Source

Merge branch '6.3.x'

Steve Riesenberg 1 year ago
parent
commit
4595bb6ae7
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

@@ -115,7 +115,7 @@ jobs:
     secrets: inherit
     secrets: inherit
   send-notification:
   send-notification:
     name: Send Notification
     name: Send Notification
-    needs: [ perform-release ]
+    needs: [ perform_release, perform_post_release ]
     if: failure()
     if: failure()
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps: