mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
add back workflow dispatch
This commit is contained in:
parent
cbc288680d
commit
c02b70632f
1 changed files with 8 additions and 10 deletions
18
.github/workflows/publish-to-test-pypi.yml
vendored
18
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -1,16 +1,14 @@
|
||||||
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
workflow_dispatch: # Keep manual trigger
|
||||||
|
inputs:
|
||||||
# workflow_dispatch: # Keep manual trigger
|
rc_version:
|
||||||
# inputs:
|
description: 'RC version number (e.g., 1, 2, 3)'
|
||||||
# rc_version:
|
required: true
|
||||||
# description: 'RC version number (e.g., 1, 2, 3)'
|
type: string
|
||||||
# required: true
|
schedule:
|
||||||
# type: string
|
- cron: "0 0 * * *" # Run every day at midnight
|
||||||
# schedule:
|
|
||||||
# - cron: "0 0 * * *" # Run every day at midnight
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-client-and-models-build:
|
trigger-client-and-models-build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue