File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 cpp-build :
3030 secrets : inherit
31- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@test-cuda-12.2
31+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.04
3232 with :
3333 build_type : ${{ inputs.build_type || 'branch' }}
3434 branch : ${{ inputs.branch }}
3737 upload-conda :
3838 needs : [cpp-build]
3939 secrets : inherit
40- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@test-cuda-12.2
40+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.04
4141 with :
4242 build_type : ${{ inputs.build_type || 'branch' }}
4343 branch : ${{ inputs.branch }}
4646 docs-build :
4747 if : github.ref_type == 'branch'
4848 secrets : inherit
49- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@test-cuda-12.2
49+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.04
5050 with :
5151 arch : " amd64"
5252 branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ jobs:
1717 - conda-cpp-tests
1818 - docs-build
1919 secrets : inherit
20- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@test-cuda-12.2
20+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.04
2121 checks :
2222 secrets : inherit
23- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@test-cuda-12.2
23+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.04
2424 conda-cpp-build :
2525 needs : checks
2626 secrets : inherit
27- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@test-cuda-12.2
27+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.04
2828 with :
2929 build_type : pull-request
3030 conda-cpp-tests :
3131 needs : conda-cpp-build
3232 secrets : inherit
33- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@test-cuda-12.2
33+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.04
3434 with :
3535 build_type : pull-request
3636 docs-build :
3737 needs : conda-cpp-build
3838 secrets : inherit
39- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@test-cuda-12.2
39+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.04
4040 with :
4141 build_type : pull-request
4242 node_type : " cpu4"
Original file line number Diff line number Diff line change 1616jobs :
1717 cpp-tests :
1818 secrets : inherit
19- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@test-cuda-12.2
19+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.04
2020 with :
2121 build_type : nightly
2222 branch : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments