From c0ffc900cdf19b9373549c59a7e6b22c33615ea4 Mon Sep 17 00:00:00 2001 From: crueter Date: Sat, 8 Aug 2026 05:46:52 +0200 Subject: [PATCH] [ci] Only update translations once a week (#4256) They've slowed down enough at this point. Signed-off-by: crueter Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4256 --- .forgejo/workflows/translations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/translations.yml b/.forgejo/workflows/translations.yml index fe2e82dff3..613478c3ca 100644 --- a/.forgejo/workflows/translations.yml +++ b/.forgejo/workflows/translations.yml @@ -1,9 +1,9 @@ name: tx-pull on: - # tuesday, saturday at 2pm + # monday at 4pm schedule: - - cron: '0 14 * * 2,6' + - cron: '0 16 * * 1' workflow_dispatch: jobs: