3535 - wheel-test
3636 - devcontainer
3737 secrets : inherit # zizmor: ignore[secrets-inherit]
38- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.3.0
38+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
3939 if : always()
4040 with :
4141 needs : ${{ toJSON(needs) }}
4747 packages : read
4848 pull-requests : read
4949 secrets : inherit # zizmor: ignore[secrets-inherit]
50- uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.3.0
50+ uses : rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main
5151 with :
5252 files_yaml : |
5353 build_docs:
@@ -152,7 +152,7 @@ jobs:
152152 packages : read
153153 pull-requests : read
154154 secrets : inherit # zizmor: ignore[secrets-inherit]
155- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.3.0
155+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@main
156156 wheel-build-librapidsmpf :
157157 needs : checks
158158 permissions :
@@ -162,7 +162,7 @@ jobs:
162162 packages : read
163163 pull-requests : read
164164 secrets : inherit # zizmor: ignore[secrets-inherit]
165- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.3.0
165+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
166166 with :
167167 build_type : pull-request
168168 node_type : cpu8
@@ -180,7 +180,7 @@ jobs:
180180 packages : read
181181 pull-requests : read
182182 secrets : inherit # zizmor: ignore[secrets-inherit]
183- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.3.0
183+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
184184 with :
185185 build_type : pull-request
186186 node_type : cpu8
@@ -198,7 +198,7 @@ jobs:
198198 packages : read
199199 pull-requests : read
200200 secrets : inherit # zizmor: ignore[secrets-inherit]
201- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.3.0
201+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
202202 with :
203203 build_type : pull-request
204204 node_type : cpu8
@@ -217,7 +217,7 @@ jobs:
217217 packages : read
218218 pull-requests : read
219219 secrets : inherit # zizmor: ignore[secrets-inherit]
220- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.3.0
220+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
221221 with :
222222 build_type : pull-request
223223 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -231,7 +231,7 @@ jobs:
231231 packages : read
232232 pull-requests : read
233233 secrets : inherit # zizmor: ignore[secrets-inherit]
234- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.3.0
234+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
235235 with :
236236 build_type : pull-request
237237 node_type : cpu8
@@ -245,7 +245,7 @@ jobs:
245245 packages : read
246246 pull-requests : read
247247 secrets : inherit # zizmor: ignore[secrets-inherit]
248- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
248+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
249249 with :
250250 build_type : pull-request
251251 script : " ci/cpp_linters.sh"
@@ -260,7 +260,7 @@ jobs:
260260 packages : read
261261 pull-requests : read
262262 secrets : inherit # zizmor: ignore[secrets-inherit]
263- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.3.0
263+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@main
264264 with :
265265 build_type : pull-request
266266 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -274,7 +274,7 @@ jobs:
274274 packages : read
275275 pull-requests : read
276276 secrets : inherit # zizmor: ignore[secrets-inherit]
277- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
277+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
278278 with :
279279 build_type : pull-request
280280 script : " ci/test_cpp_memcheck.sh"
@@ -288,7 +288,7 @@ jobs:
288288 packages : read
289289 pull-requests : read
290290 secrets : inherit # zizmor: ignore[secrets-inherit]
291- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.3.0
291+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
292292 with :
293293 build_type : pull-request
294294 script : ci/build_python.sh
@@ -304,7 +304,7 @@ jobs:
304304 packages : read
305305 pull-requests : read
306306 secrets : inherit # zizmor: ignore[secrets-inherit]
307- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.3.0
307+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@main
308308 with :
309309 build_type : pull-request
310310 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
@@ -319,7 +319,7 @@ jobs:
319319 packages : read
320320 pull-requests : read
321321 secrets : inherit # zizmor: ignore[secrets-inherit]
322- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.3.0
322+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
323323 if : fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs
324324 with :
325325 build_type : pull-request
@@ -337,7 +337,7 @@ jobs:
337337 packages : read
338338 pull-requests : read
339339 secrets : inherit # zizmor: ignore[secrets-inherit]
340- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.3.0
340+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@main
341341 with :
342342 arch : ' ["amd64", "arm64"]'
343343 cuda : ' ["13.3"]'
0 commit comments