Crowdin: Add cron config to run action at 12h frequency
This commit is contained in:
parent
5a527c24d4
commit
5670c1cc61
1 changed files with 2 additions and 0 deletions
2
.github/workflows/crowdin.yml
vendored
2
.github/workflows/crowdin.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
paths:
|
||||
- 'lib/l10n/intl_en.arb'
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 */12 * * *' # Every 12 hours - https://crontab.guru/#0_*/12_*_*_*
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
|
|
Loading…
Add table
Reference in a new issue