chore: update cron schedule for auto build workflow

This commit is contained in:
Tunglies
2025-09-12 18:43:13 +08:00
Unverified
parent 1c5534ad36
commit 67ac353fd5

View File

@@ -3,8 +3,8 @@ name: Auto Build
on:
workflow_dispatch:
schedule:
# UTC+8 0,6,12,18
- cron: "0 16,22,4,10 * * *"
# UTC+8 12:00, 18:00 -> UTC 4:00, 10:00
- cron: "0 4,10 * * *"
permissions: write-all
env:
TAG_NAME: autobuild