From fffbad243f7c77189ad83d4a53e265090de30777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 17 Oct 2024 00:47:04 +0200 Subject: [PATCH] chore: Make the Crowdin text/translation sync workflows manually dispatchable We regularly need to re-download, and this makes it easier; and also doing it for the upload, just in case... --- .github/workflows/download_translations.yml | 1 + .github/workflows/upload_texts.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/download_translations.yml b/.github/workflows/download_translations.yml index f5d5385d4082..33e9a43b3819 100644 --- a/.github/workflows/download_translations.yml +++ b/.github/workflows/download_translations.yml @@ -3,6 +3,7 @@ name: Download translations from Crowdin on: schedule: - cron: '0 21 * * *' + workflow_dispatch: jobs: crowdin: diff --git a/.github/workflows/upload_texts.yml b/.github/workflows/upload_texts.yml index 45bf0c959cb3..bf077e615c6e 100644 --- a/.github/workflows/upload_texts.yml +++ b/.github/workflows/upload_texts.yml @@ -3,6 +3,7 @@ name: Upload source texts to Crowdin on: push: branches: [ master ] + workflow_dispatch: jobs: crowdin: