From 152684bbee3a6c1ab659a2d055ad79545d9b8827 Mon Sep 17 00:00:00 2001 From: Ran-Mewo <43445785+Ran-Mewo@users.noreply.github.com> Date: Sat, 24 Jan 2026 22:23:20 +0600 Subject: [PATCH] make the translations stage automatic --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa60fac24..4c0191fa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,10 +106,8 @@ pages: translations: stage: translations + needs: [] image: crowdin/cli:latest - rules: - - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - when: manual script: - crowdin upload sources - crowdin download --export-only-approved --skip-untranslated-files