From 59dc927b5cab5603c173a049d53269a390e1a580 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 6 Sep 2023 15:24:44 +0200 Subject: [PATCH] feat(i18n): update translations only once a day --- .drone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 872ef45d2..702f97beb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...