Skip to content

Commit 62bf790

Browse files
authored
Change update time to 5am UTC
1 parent 7453e30 commit 62bf790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release-dictionaries.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Release Dictionaries
22

33
on:
44
schedule:
5-
- cron: '0 0 * * *' # Runs at 00:00 (midnight) every day
5+
- cron: '0 5 * * *' # Runs at 5am UTC after the JMdict files are updated
66
workflow_dispatch: # Allows manually triggering the workflow
77

88
jobs:

0 commit comments

Comments
 (0)