feat(i18n): update translations only once a day

This commit is contained in:
kolaente 2023-09-06 15:24:44 +02:00
parent a13953ee14
commit 59dc927b5c
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 5 deletions

View File

@ -479,10 +479,9 @@ trigger:
- main
event:
include:
- push
# - cron
# cron:
# - update_translations
- cron
cron:
- update_translations
steps:
- name: download
@ -533,6 +532,6 @@ steps:
src/i18n/lang/en.json: en.json
---
kind: signature
hmac: e45c3ae55404862200757740f3bb1f52439de9b5d2150786ea446599d5b0dd0a
hmac: dbb880ba69a4121361a32dca9b7252be30a6929529745e1ba937a0045da7b76f
...