mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +00:00
infra(GHA): description is required based on schema definition (#30305)
This commit is contained in:
parent
192035f8c0
commit
531319f65b
1
.github/workflows/_integration_test.yml
vendored
1
.github/workflows/_integration_test.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
working-directory:
|
working-directory:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
description: "From which folder this pipeline executes"
|
||||||
python-version:
|
python-version:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
working-directory:
|
working-directory:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
description: "From which folder this pipeline executes"
|
||||||
default: 'libs/langchain'
|
default: 'libs/langchain'
|
||||||
dangerous-nonmaster-release:
|
dangerous-nonmaster-release:
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user