mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +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'
|
||||
# - '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:
|
||||
inputs:
|
||||
runner:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue