From 531319f65b6a084b6b64d42195bd17a340ceafbb Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 17 Mar 2025 13:42:42 -0500 Subject: [PATCH] infra(GHA): description is required based on schema definition (#30305) --- .github/workflows/_integration_test.yml | 1 + .github/workflows/_release.yml | 1 + 2 files changed, 2 insertions(+) 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