Explorar el Código

Merge branch '6.3.x'

Steve Riesenberg hace 1 año
padre
commit
b710b666d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: