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

View File

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