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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: