We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7453e30 commit 62bf790Copy full SHA for 62bf790
.github/workflows/build-release-dictionaries.yaml
@@ -2,7 +2,7 @@ name: Build and Release Dictionaries
2
3
on:
4
schedule:
5
- - cron: '0 0 * * *' # Runs at 00:00 (midnight) every day
+ - cron: '0 5 * * *' # Runs at 5am UTC after the JMdict files are updated
6
workflow_dispatch: # Allows manually triggering the workflow
7
8
jobs:
0 commit comments