mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 20:28:10 +00:00
lint fix: rm init (#12374)
This commit is contained in:
parent
f65067b1da
commit
b10cefb160
4
.github/workflows/langchain_ci.yml
vendored
4
.github/workflows/langchain_ci.yml
vendored
@ -12,7 +12,9 @@ on:
|
|||||||
- '.github/workflows/_test.yml'
|
- '.github/workflows/_test.yml'
|
||||||
- '.github/workflows/_pydantic_compatibility.yml'
|
- '.github/workflows/_pydantic_compatibility.yml'
|
||||||
- '.github/workflows/langchain_ci.yml'
|
- '.github/workflows/langchain_ci.yml'
|
||||||
- 'libs/langchain/**'
|
- 'libs/**'
|
||||||
|
- '!libs/cli'
|
||||||
|
- '!libs/experimental'
|
||||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
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,
|
# If another push to the same PR or branch happens while this workflow is still running,
|
||||||
|
@ -11,8 +11,8 @@ on:
|
|||||||
- '.github/workflows/_lint.yml'
|
- '.github/workflows/_lint.yml'
|
||||||
- '.github/workflows/_test.yml'
|
- '.github/workflows/_test.yml'
|
||||||
- '.github/workflows/langchain_experimental_ci.yml'
|
- '.github/workflows/langchain_experimental_ci.yml'
|
||||||
- 'libs/langchain/**'
|
- 'libs/**'
|
||||||
- 'libs/experimental/**'
|
- '!libs/cli'
|
||||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
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,
|
# If another push to the same PR or branch happens while this workflow is still running,
|
||||||
|
Loading…
Reference in New Issue
Block a user