langchain/.github/workflows/langchain_experimental_test_release.yml
2023-10-24 13:49:16 -07:00

14 lines
264 B
YAML

---
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