From f5c696ed7ed61d676e64c352c71cb2332a245a94 Mon Sep 17 00:00:00 2001 From: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:42:53 +0100 Subject: [PATCH] AAE-41553 Fix again crowdin exec from release workflow_call (#11562) --- .github/workflows/pull-from-crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-from-crowdin.yml b/.github/workflows/pull-from-crowdin.yml index 7c1acdc1d8..59733d5198 100644 --- a/.github/workflows/pull-from-crowdin.yml +++ b/.github/workflows/pull-from-crowdin.yml @@ -21,6 +21,7 @@ jobs: - name: Pull translations from Crowdin uses: crowdin/github-action@60debf382ee245b21794321190ad0501db89d8c1 # v2.13.0 with: + skip_ref_checkout: true upload_sources: false download_translations: true create_pull_request: true