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: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "35 0 * * 0"
permissions: write-all permissions: write-all