lint fix: rm init (#12374)

This commit is contained in:
Bagatur 2023-10-26 14:16:25 -07:00 committed by GitHub
parent f65067b1da
commit b10cefb160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -12,7 +12,9 @@ on:
- '.github/workflows/_test.yml'
- '.github/workflows/_pydantic_compatibility.yml'
- '.github/workflows/langchain_ci.yml'
- 'libs/langchain/**'
- 'libs/**'
- '!libs/cli'
- '!libs/experimental'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
# If another push to the same PR or branch happens while this workflow is still running,

View File

@ -11,8 +11,8 @@ on:
- '.github/workflows/_lint.yml'
- '.github/workflows/_test.yml'
- '.github/workflows/langchain_experimental_ci.yml'
- 'libs/langchain/**'
- 'libs/experimental/**'
- 'libs/**'
- '!libs/cli'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
# If another push to the same PR or branch happens while this workflow is still running,

View File