diff --git a/.github/workflows/auth-crowdin.yml b/.github/workflows/auth-crowdin.yml index f5b674481..811def939 100644 --- a/.github/workflows/auth-crowdin.yml +++ b/.github/workflows/auth-crowdin.yml @@ -28,7 +28,7 @@ jobs: base_path: "auth/" config: "auth/crowdin.yml" upload_sources: true - upload_translations: true + upload_translations: false download_translations: true localization_branch_name: crowdin-translations-auth create_pull_request: true diff --git a/.github/workflows/mobile-crowdin.yml b/.github/workflows/mobile-crowdin.yml index 377009896..5c52b59ad 100644 --- a/.github/workflows/mobile-crowdin.yml +++ b/.github/workflows/mobile-crowdin.yml @@ -28,7 +28,7 @@ jobs: base_path: "mobile/" config: "mobile/crowdin.yml" upload_sources: true - upload_translations: true + upload_translations: false download_translations: true localization_branch_name: crowdin-translations-mobile create_pull_request: true diff --git a/.github/workflows/web-crowdin.yml b/.github/workflows/web-crowdin.yml index 45a3fa4a5..f834e62f3 100644 --- a/.github/workflows/web-crowdin.yml +++ b/.github/workflows/web-crowdin.yml @@ -34,7 +34,7 @@ jobs: base_path: "web/" config: "web/crowdin.yml" upload_sources: true - upload_translations: true + upload_translations: false download_translations: true localization_branch_name: crowdin-translations-web create_pull_request: true