chore(crowdin): run download action every hour (#1950)

This commit is contained in:
James Rich
2025-05-27 13:41:49 -05:00
committed by GitHub
parent 753ffae434
commit 011affcb1b

View File

@@ -2,7 +2,7 @@ name: Crowdin Download Translations Action
on:
schedule: # Every Sunday at midnight
- cron: '0 0 * * 0'
- cron: '0 */1 * * *'
workflow_dispatch: # Allow manual triggering
jobs: