We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7263b12 commit f8d2ba2Copy full SHA for f8d2ba2
.github/workflows/scheduler.yml
@@ -2,10 +2,10 @@ name: Dify Task Scheduler
2
3
on:
4
schedule:
5
- # This cron expression runs the workflow every day at 9 AM UTC
+ # This cron expression runs the workflow every day at 7 AM UTC (3 PM Beijing Time)
6
# Adjust the time as needed for your timezone
7
- # For example, to run at 9 AM UTC, use '0 9 * * *'
8
- - cron: '0 1 * * *'
+ # For example, to run at 3 PM Beijing Time, use '0 7 * * *'
+ - cron: '0 7 * * *'
9
workflow_dispatch:
10
11
env:
0 commit comments