We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9487acf commit e489e38Copy full SHA for e489e38
1 file changed
.github/workflows/translation-cron.yml
@@ -6,8 +6,8 @@ concurrency:
6
7
on:
8
schedule:
9
- # Runs JA translation at 20:00 every Wednesday (Beijing time, UTC+8)
10
- - cron: "0 12 * * 3"
+ # Runs JA translation at 21:30 every Wednesday (Beijing time, UTC+8)
+ - cron: "30 13 * * 3"
11
workflow_dispatch:
12
inputs:
13
file_names:
0 commit comments