mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
test action
This commit is contained in:
parent
f34dffaa27
commit
20f0932cbf
1 changed files with 9 additions and 8 deletions
17
.github/workflows/publish-to-test-pypi.yml
vendored
17
.github/workflows/publish-to-test-pypi.yml
vendored
|
@ -1,14 +1,15 @@
|
||||||
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
name: Publish Python 🐍 distribution 📦 to TestPyPI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Keep manual trigger
|
push:
|
||||||
inputs:
|
# workflow_dispatch: # Keep manual trigger
|
||||||
version:
|
# inputs:
|
||||||
description: 'Version number (e.g. 0.0.63.dev20250111)'
|
# version:
|
||||||
required: true
|
# description: 'Version number (e.g. 0.0.63.dev20250111)'
|
||||||
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