[CI] Remove dependency on build in the governance tests. (#14746)

This commit is contained in:
Manuel de la Pena 2022-04-14 23:52:17 -04:00 коммит произвёл GitHub
Родитель 72e69547be
Коммит cc2f068cf5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -288,8 +288,7 @@ stages:
- ${{ if eq(parameters.runGovernanceTests, true) }}: - ${{ if eq(parameters.runGovernanceTests, true) }}:
- stage: governance_checks - stage: governance_checks
displayName: 'Governance Checks' displayName: 'Governance Checks'
dependsOn: dependsOn: []
- build_packages
jobs: jobs:
- job: governance - job: governance
displayName: 'Governance Checks' displayName: 'Governance Checks'