ci: Simplify needs array in ci_success job (#3509)
This commit is contained in:
parent
f5ddc3ed52
commit
6f0760382e
1 changed files with 2 additions and 8 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue