mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 11:39:50 +00:00
fix(ci): change benchmark schedule from monthly to weekly (every Monday)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,9 +25,9 @@ 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.
|
# Run every Monday at 02:00 UTC.
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 2 1 * *"
|
- cron: "0 2 * * 1"
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user