Run catalog update every week

This commit is contained in:
Manuel Cortez 2023-03-24 07:17:45 -06:00
parent eec4b34f44
commit 5af336fdcc
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -3,7 +3,7 @@ name: Update translation files
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "35 0 * * 0"
permissions: write-all