[CI] Use the correct stage dependency for the simulator tests (#20589)

This commit is contained in:
Manuel de la Pena 2024-05-09 16:27:42 -04:00 коммит произвёл GitHub
Родитель 3a4fe453f7
Коммит bc9575e756
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -85,7 +85,7 @@ stages:
displayName: ${{ parameters.displayName }} displayName: ${{ parameters.displayName }}
dependsOn: dependsOn:
- ${{ if eq(parameters.postPipeline, false) }}: - ${{ if eq(parameters.postPipeline, false) }}:
- build_macos_tests - build_packages
- configure_build - configure_build
# we need to have the pkgs built and the device sets to be ran, that is decided via the labels or type of build during the build_packages stage # we need to have the pkgs built and the device sets to be ran, that is decided via the labels or type of build during the build_packages stage
condition: and(succeeded(), ${{ parameters.condition }}) condition: and(succeeded(), ${{ parameters.condition }})