mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
INFRA: run LC ci after core changes (#13742)
This commit is contained in:
parent
3d28c1a9e0
commit
b6b7654f7f
1
.github/workflows/langchain_ci.yml
vendored
1
.github/workflows/langchain_ci.yml
vendored
@ -14,6 +14,7 @@ on:
|
|||||||
- '.github/workflows/langchain_ci.yml'
|
- '.github/workflows/langchain_ci.yml'
|
||||||
- 'libs/*'
|
- 'libs/*'
|
||||||
- 'libs/langchain/**'
|
- 'libs/langchain/**'
|
||||||
|
- 'libs/core/**'
|
||||||
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,
|
||||||
|
@ -13,6 +13,8 @@ on:
|
|||||||
- '.github/workflows/langchain_experimental_ci.yml'
|
- '.github/workflows/langchain_experimental_ci.yml'
|
||||||
- 'libs/*'
|
- 'libs/*'
|
||||||
- 'libs/experimental/**'
|
- 'libs/experimental/**'
|
||||||
|
- 'libs/langchain/**'
|
||||||
|
- 'libs/core/**'
|
||||||
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