From cd5f5c11f580ff8bea33024f892d587e5242370e Mon Sep 17 00:00:00 2001 From: vbarda Date: Wed, 11 Sep 2024 19:32:20 -0400 Subject: [PATCH] ci: update checks for overall CI success --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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