chore(actions): auto update multiple times a day

because we no longer have runner limits
This commit is contained in:
omo50
2026-03-04 04:39:22 +00:00
parent ed7597cab4
commit f7f1854db5

View File

@@ -3,7 +3,8 @@ name: Auto Update
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
- cron: "0 5 * * *"
- cron: "0 17 * * *"
jobs:
auto-update: