From 7b17c5a2c9139623e476224744a72dd0683ac116 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 8 Dec 2023 13:28:35 -0800 Subject: [PATCH] dispatch --- .github/workflows/_all_ci.yml | 1 + .github/workflows/_release.yml | 11 +++++++++++ 2 files changed, 12 insertions(+) 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"