Skip to content

Commit f8d2ba2

Browse files
committed
ci(workflow): Adjust the scheduled task execution time to 3:00 PM Beijing time.
1 parent 7263b12 commit f8d2ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scheduler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Dify Task Scheduler
22

33
on:
44
schedule:
5-
# This cron expression runs the workflow every day at 9 AM UTC
5+
# This cron expression runs the workflow every day at 7 AM UTC (3 PM Beijing Time)
66
# Adjust the time as needed for your timezone
7-
# For example, to run at 9 AM UTC, use '0 9 * * *'
8-
- cron: '0 1 * * *'
7+
# For example, to run at 3 PM Beijing Time, use '0 7 * * *'
8+
- cron: '0 7 * * *'
99
workflow_dispatch:
1010

1111
env:

0 commit comments

Comments
 (0)