File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 container_image : " rapidsai/ci-conda:26.02-latest"
111111 script : " ci/run_clang_tidy.sh"
112112 conda-cpp-build :
113- # needs: checks
113+ needs : checks
114114 secrets : inherit
115115 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
116116 with :
@@ -224,7 +224,7 @@ jobs:
224224 container_image : " rapidsai/ci-conda:26.02-latest"
225225 script : " ci/build_docs.sh"
226226 wheel-build-libcuml :
227- # needs: checks
227+ needs : checks
228228 secrets : inherit
229229 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
230230 with :
@@ -240,8 +240,7 @@ jobs:
240240 package-type : cpp
241241 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
242242 wheel-build-cuml :
243- # needs: [checks, wheel-build-libcuml]
244- needs : [wheel-build-libcuml]
243+ needs : [checks, wheel-build-libcuml]
245244 secrets : inherit
246245 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
247246 with :
You can’t perform that action at this time.
0 commit comments