langchain/.github/workflows/langchain_test_release.yml

14 lines
248 B
YAML
Raw Normal View History

2023-10-23 16:49:38 +00:00
---
name: 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/langchain
secrets: inherit