mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
Schedule manual dispatch of workflow via cron scheduling
This commit is contained in:
parent
0ac4d2fced
commit
df072c8493
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ on:
|
||||||
# - 'llama_stack/**/*.py'
|
# - 'llama_stack/**/*.py'
|
||||||
# - 'tests/**/*.py'
|
# - 'tests/**/*.py'
|
||||||
|
|
||||||
|
# Schedule cron job at 2:30 am EST every day of the week.
|
||||||
|
# Will run a manual workflow off of 'main' branch.
|
||||||
|
schedule:
|
||||||
|
- cron: '30 7 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
runner:
|
runner:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue