[CI] Remove the translations from the main stage. (#17453)

The tramslations are meant to be done per week using the cron job. The
cron job does not use the main stage template, ergo we can simplify the
stage by removing the translations.
This commit is contained in:
Manuel de la Pena 2023-02-06 16:07:30 -05:00 коммит произвёл GitHub
Родитель 84b3e3e09d
Коммит 59aebf259c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -191,19 +191,6 @@ stages:
repositoryAlias: ${{ parameters.repositoryAlias }}
commit: ${{ parameters.commit }}
- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
- job: translations
displayName: 'Loc translations'
pool:
vmImage: windows-latest
steps:
- template: loc-translations.yml
parameters:
isPR: ${{ parameters.isPR }}
repositoryAlias: ${{ parameters.repositoryAlias }}
commit: ${{ parameters.commit }}
- ${{ if parameters.isPR }}:
- stage: clean
displayName: '${{ parameters.stageDisplayNamePrefix }}Clean up'