mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 14:49:29 +00:00
better lint triggering (#12376)
This commit is contained in:
parent
03e79e62c2
commit
7cadf00570
5
.github/workflows/langchain_ci.yml
vendored
5
.github/workflows/langchain_ci.yml
vendored
@ -12,9 +12,8 @@ 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/**'
|
- 'libs/*'
|
||||||
- '!libs/cli'
|
- 'libs/langchain/**'
|
||||||
- '!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/**'
|
- '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,
|
||||||
|
Loading…
Reference in New Issue
Block a user