Crowdin: Add cron config to run action at 12h frequency

This commit is contained in:
Neeraj Gupta 2023-04-11 09:01:20 +05:30 committed by GitHub
parent 5a527c24d4
commit 5670c1cc61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: