mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-20 19:41:23 +00:00
add experimental test release gha (#12229)
This commit is contained in:
parent
583dc49477
commit
2008a6438c
13
.github/workflows/langchain_experimental_test_release.yml
vendored
Normal file
13
.github/workflows/langchain_experimental_test_release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Experimental Test Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses:
|
||||||
|
./.github/workflows/_test_release.yml
|
||||||
|
with:
|
||||||
|
working-directory: libs/experimental
|
||||||
|
secrets: inherit
|
Loading…
Reference in New Issue
Block a user