mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-05 14:43:08 +00:00
Require manually triggering release workflows. (#9552)
This commit is contained in:
parent
973866c894
commit
249752e8ee
@ -2,11 +2,6 @@
|
|||||||
name: libs/experimental Release
|
name: libs/experimental Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- 'libs/experimental/pyproject.toml'
|
|
||||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
5
.github/workflows/langchain_release.yml
vendored
5
.github/workflows/langchain_release.yml
vendored
@ -2,11 +2,6 @@
|
|||||||
name: libs/langchain Release
|
name: libs/langchain Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- 'libs/langchain/pyproject.toml'
|
|
||||||
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user