From a36ba02efe0c0f94a2c482c678d82ed32f397534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Fri, 14 Feb 2025 13:42:16 +0100 Subject: [PATCH] Imrove I18n ci (#10219) --- .github/workflows/i18n-pull.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/i18n-pull.yaml b/.github/workflows/i18n-pull.yaml index e0948f70a..62b524958 100644 --- a/.github/workflows/i18n-pull.yaml +++ b/.github/workflows/i18n-pull.yaml @@ -40,6 +40,11 @@ jobs: token: ${{ github.token }} ref: ${{ github.head_ref || github.ref_name }} + - name: Setup i18n branch + run: | + git fetch origin i18n || true + git checkout -B i18n origin/i18n || git checkout -b i18n + - name: Install dependencies uses: ./.github/workflows/actions/yarn-install @@ -70,7 +75,7 @@ jobs: auto_approve_imported: false import_eq_suggestions: false download_sources: false - push_sources: true + push_sources: false skip_untranslated_strings: false skip_untranslated_files: false push_translations: true