Change cron schedule time for star-list workflow

This commit is contained in:
ZSCGR
2026-05-07 17:04:52 +08:00
committed by GitHub
parent 4ac470db72
commit 3f9b3979f4
+1 -1
View File
@@ -7,7 +7,7 @@ on:
workflow_dispatch:
schedule:
# Execute every week at 0:00 CST (UTC+8), which is 16:00 UTC on the previous day
- cron: '5 0 * * *' # This runs at 16:00 UTC on Saturday, which is 0:00 CST on Sunday
- cron: '23 18 * * *' # This runs at 16:00 UTC on Saturday, which is 0:00 CST on Sunday
watch:
types: [started]