Schedule manual dispatch of workflow via cron scheduling

This commit is contained in:
Connor Hack 2025-01-09 11:10:03 -08:00
parent 0ac4d2fced
commit df072c8493

View file

@ -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: