Change cron schedule time for star-list workflow
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user