From a4db3f1df73c85ef8cc10dd6d6b308a03da55925 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:04:09 +0400 Subject: [PATCH] ci: Don't upload strings to Crowdin when pulling (#4164) --- .github/workflows/pull_strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_strings.yml b/.github/workflows/pull_strings.yml index b41172e156..6af21c1dbb 100644 --- a/.github/workflows/pull_strings.yml +++ b/.github/workflows/pull_strings.yml @@ -23,6 +23,7 @@ jobs: uses: crowdin/github-action@v2 with: config: crowdin.yml + upload_sources: false download_translations: true localization_branch_name: feat/translations create_pull_request: false @@ -39,4 +40,3 @@ jobs: destination_branch: dev pr_title: "chore: Sync translations" pr_body: "Sync translations from [crowdin.com/project/revanced](https://crowdin.com/project/revanced)" - pr_draft: true