diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d972c02143..d8fd793294 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -48,7 +48,7 @@ jobs: notify-failure: name: Notify Slack on Failure runs-on: ubuntu-latest - needs: [smoke-tests-github, smoke-tests-gitlab-deploy, smoke-tests-gitlab-tenant] + needs: [smoke-tests-github] if: ${{ failure() && github.ref == 'refs/heads/main' }} steps: - name: Send alert