mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
95cf7de112
Adding scheduled daily GHA that runs marked integration tests. To start just marking some tests in test_openai
20 lines
383 B
YAML
20 lines
383 B
YAML
---
|
|
name: libs/experimental Release
|
|
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- closed
|
|
branches:
|
|
- master
|
|
paths:
|
|
- 'libs/experimental/pyproject.toml'
|
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
|
|
|
jobs:
|
|
release:
|
|
uses:
|
|
./.github/workflows/_release.yml
|
|
with:
|
|
working-directory: libs/experimental
|
|
secrets: inherit |