diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 352ac25..e377844 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -224,7 +224,7 @@ jobs: discord-notify: name: Discord notification runs-on: ubuntu-latest - needs: docker-build + needs: [server-build, client-build, server-test, e2e, docker-build] if: always() && github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Send webhook