Skip to content

Commit

Permalink
INFRA: run LC ci after core changes (langchain-ai#13742)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored and pprados committed Nov 27, 2023
1 parent 60dc984 commit 27df36d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/langchain_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- '.github/workflows/langchain_ci.yml'
- 'libs/*'
- 'libs/langchain/**'
- 'libs/core/**'
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,
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/langchain_experimental_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- '.github/workflows/langchain_experimental_ci.yml'
- 'libs/*'
- 'libs/experimental/**'
- 'libs/langchain/**'
- 'libs/core/**'
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,
Expand Down

0 comments on commit 27df36d

Please sign in to comment.