1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

gitlab-ci: fix nightly -> no-mr job dependencies

This commit is contained in:
Ben Boeckel
2025-09-03 22:42:34 -04:00
parent 232feec0b1
commit 43633440e9

View File

@@ -1097,7 +1097,7 @@ t:macos-x86_64-ninja-ub:
needs:
- t:macos-x86_64-ninja
variables:
CMAKE_CI_JOB_NIGHTLY: "true"
CMAKE_CI_NO_MR: "true"
t:macos-arm64-xcode-ub:
extends: