Forráskód Böngészése

Merge branch '6.3.x'

Steve Riesenberg 1 éve
szülő
commit
b710b666d0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/continuous-integration-workflow.yml

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

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