Skip to content

Commit 1127071

Browse files
authored
Merge pull request #9410 from keymanapp/chore/gha-crowdin-daily
chore(common): Update crowdin GHA to trigger daily
2 parents a211dd0 + ca1c15c commit 1127071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/crowdin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Upload translation sources to Crowdin translate.keyman.com
22

33
on:
44
schedule:
5-
# At 06:00 every two weeks
6-
- cron: '0 6 1,15 * *'
5+
# At 06:00 every day. https://crontab.cronhub.io/
6+
- cron: '0 6 * * *'
77

88
jobs:
99
upload-sources-to-crowdin:

0 commit comments

Comments
 (0)