mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-20 11:09:59 +00:00
feat(ci): add monthly schedule trigger for benchmark tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,6 +25,10 @@ on:
|
|||||||
# Run manually from the Actions tab
|
# Run manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# Run on the 1st of every month at 02:00 UTC.
|
||||||
|
schedule:
|
||||||
|
- cron: "0 2 1 * *"
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- feat/benchmark-ci
|
- feat/benchmark-ci
|
||||||
|
|||||||
Reference in New Issue
Block a user