Pin travis l10n extraction to 'main' tox environment.
Only run the extraction on "main" environment to avoid creating 8 pull requests for each tox environment.
This commit is contained in:
Родитель
989b366970
Коммит
4fc08f2420
|
@ -72,7 +72,11 @@ script:
|
|||
fi
|
||||
- |
|
||||
if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then
|
||||
bash scripts/travis-extract-l10n.sh
|
||||
# Only run the extraction on "main" environment to avoid creating
|
||||
# 8 pull requests for each tox environment.
|
||||
if [[ $TOXENV == "main" ]]; then
|
||||
bash scripts/travis-extract-l10n.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
|
Загрузка…
Ссылка в новой задаче