diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68f9b1c7b..ad049bd16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,14 +103,8 @@ jobs: # https://github.com/langchain-ai/langchain/blob/master/.github/workflows/check_diffs.yml ci_success: name: "CI Success" - needs: - [ - test-backend, - test-frontend, - lint-backend, - test-docs-build, - set-ci-condition, - ] + needs: [test-backend,test-frontend,lint-backend,test-docs-build,set-ci-condition] + if: always() runs-on: ubuntu-latest env: