We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a211dd0 + ca1c15c commit 1127071Copy full SHA for 1127071
.github/workflows/crowdin.yml
@@ -2,8 +2,8 @@ name: Upload translation sources to Crowdin translate.keyman.com
2
3
on:
4
schedule:
5
- # At 06:00 every two weeks
6
- - cron: '0 6 1,15 * *'
+ # At 06:00 every day. https://crontab.cronhub.io/
+ - cron: '0 6 * * *'
7
8
jobs:
9
upload-sources-to-crowdin:
0 commit comments