Run sync crowdin earlier and not when we commit locales.

This commit is contained in:
Aurelien 2022-06-02 14:09:17 +00:00
parent 2d1d5cedef
commit 37e5eeba6d
1 changed files with 3 additions and 0 deletions

View File

@ -258,10 +258,13 @@ stopReview:
i18n-sync-crowdin:
stage: bot-i18n
needs: [ 'detekt analysis' ]
variables:
I18N_SYNC_CROWDIN_PROJECT: 'android-mail'
extends: .i18n-sync-crowdin-shared
except:
refs:
- schedules
variables:
- $TEST_TYPE == "feature" || $TEST_TYPE == "regression"