Skip to content

Commit

Permalink
ci: Simplify needs array in ci_success job (#3509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Aug 27, 2024
1 parent 7cd4c90 commit b0d5a41
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b0d5a41

Please sign in to comment.