ci: Schedule Crowdin to runs weekly instead of every 12 hours (#6466)

This commit is contained in:
Pun Butrach 2026-01-12 08:40:19 +07:00 committed by GitHub
parent 004b5908db
commit 12b819d20e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Pull strings
on:
schedule:
- cron: "0 */12 * * *"
- cron: "0 0 * * 0"
workflow_dispatch:
jobs: