diff --git a/.github/workflows/_integration_test.yml b/.github/workflows/_integration_test.yml index b82e996b433..864e75f0e75 100644 --- a/.github/workflows/_integration_test.yml +++ b/.github/workflows/_integration_test.yml @@ -6,6 +6,7 @@ on: working-directory: required: true type: string + description: "From which folder this pipeline executes" python-version: required: true type: string diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 74eb252de8b..4e9d4567050 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -12,6 +12,7 @@ on: working-directory: required: true type: string + description: "From which folder this pipeline executes" default: 'libs/langchain' dangerous-nonmaster-release: required: false