@@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 cpp-build :
3030 secrets : inherit
31- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.9.0
31+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
3232 with :
3333 build_type : ${{ inputs.build_type || 'branch' }}
3434 branch : ${{ inputs.branch }}
3838 if : github.ref_type == 'branch'
3939 needs : [python-build]
4040 secrets : inherit
41- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.9.0
41+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
4242 with :
4343 arch : " amd64"
4444 branch : ${{ inputs.branch }}
5151 python-build :
5252 needs : [cpp-build]
5353 secrets : inherit
54- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.9.0
54+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
5555 with :
5656 build_type : ${{ inputs.build_type || 'branch' }}
5757 branch : ${{ inputs.branch }}
@@ -60,15 +60,15 @@ jobs:
6060 upload-conda :
6161 needs : [cpp-build, python-build]
6262 secrets : inherit
63- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-12.9.0
63+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
6464 with :
6565 build_type : ${{ inputs.build_type || 'branch' }}
6666 branch : ${{ inputs.branch }}
6767 date : ${{ inputs.date }}
6868 sha : ${{ inputs.sha }}
6969 wheel-build :
7070 secrets : inherit
71- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.9.0
71+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
7272 with :
7373 build_type : ${{ inputs.build_type || 'branch' }}
7474 branch : ${{ inputs.branch }}
8080 wheel-publish :
8181 needs : wheel-build
8282 secrets : inherit
83- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.9.0
83+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
8484 with :
8585 build_type : ${{ inputs.build_type || 'branch' }}
8686 branch : ${{ inputs.branch }}
0 commit comments