ci(daily-build): update cron schedule (#198)

This commit is contained in:
Kevin Yu 2023-07-11 23:27:04 +08:00 committed by GitHub
parent 9c5159f135
commit 0f0f5463dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ name: Daily Build (Stable)
on:
schedule:
# At 00:00 (UTC+8) every day
- cron: "0 8 * * *"
# At (UTC+8 0:00 | UTC+0 16:00) every day
- cron: "0 16 * * *"
jobs:
pre-actions: