diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6870d881..360c878b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: ci_success: name: "CI Success" - needs: [lint, lint-js, test, integration-test] + needs: [lint, lint-js, test, test-langgraph, test-scheduler-kafka, integration-test] if: | always() runs-on: ubuntu-latest