Require manually triggering release workflows. (#9552)

This commit is contained in:
Predrag Gruevski 2023-08-21 13:54:44 -04:00 committed by GitHub
parent 973866c894
commit 249752e8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View File

@ -2,11 +2,6 @@
name: libs/experimental Release
on:
push:
branches:
- master
paths:
- 'libs/experimental/pyproject.toml'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:

View File

@ -2,11 +2,6 @@
name: libs/langchain Release
on:
push:
branches:
- master
paths:
- 'libs/langchain/pyproject.toml'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs: