diff --git a/.github/workflows/_all_ci.yml b/.github/workflows/_all_ci.yml index 37aacd42653..58bcc80336a 100644 --- a/.github/workflows/_all_ci.yml +++ b/.github/workflows/_all_ci.yml @@ -18,6 +18,7 @@ on: - libs/langchain - libs/core - libs/experimental + - libs/community # If another push to the same PR or branch happens while this workflow is still running, diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 523bb176722..7eb32ba9f55 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -7,6 +7,17 @@ on: required: true type: string description: "From which folder this pipeline executes" + workflow_dispatch: + inputs: + working-directory: + required: true + type: choice + default: 'libs/langchain' + options: + - libs/langchain + - libs/core + - libs/experimental + - libs/community env: PYTHON_VERSION: "3.10"