Only run crowdin download every 7 days

This commit is contained in:
Vankka 2023-07-21 17:17:00 +03:00
parent 9eb4160bc6
commit 9aa7291f26
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -3,7 +3,7 @@ name: Crowdin translation download
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 */7 * *'
jobs:
synchronize-with-crowdin: