Run catalog update every week

This commit is contained in:
2023-03-24 07:17:45 -06:00
parent eec4b34f44
commit 5af336fdcc

View File

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