File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ concurrency:
3434jobs :
3535 build :
3636 secrets : inherit
37- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
37+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
3838 with :
3939 build_type : ${{ inputs.build_type || 'branch' }}
4040 branch : ${{ inputs.branch }}
4545 upload-conda :
4646 needs : [build]
4747 secrets : inherit
48- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@release/25.12
48+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
4949 with :
5050 build_type : ${{ inputs.build_type || 'branch' }}
5151 branch : ${{ inputs.branch }}
5454 conda-pack :
5555 needs : [upload-conda]
5656 secrets : inherit
57- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
57+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
5858 with :
5959 build_type : ${{ inputs.build_type || 'branch' }}
6060 branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change 1515 - build
1616 - test-conda-nightly-env
1717 secrets : inherit
18- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/25.12
18+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
1919 checks :
2020 runs-on : ubuntu-latest
2121 steps :
2626 build :
2727 needs : checks
2828 secrets : inherit
29- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
29+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
3030 with :
3131 build_type : pull-request
3232 script : ci/build_python.sh
3535 needs : checks
3636 secrets : inherit
3737 # We use a build workflow so that we get CPU jobs and high matrix coverage
38- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
38+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
3939 with :
4040 build_type : pull-request
4141 script : " ci/test_conda_nightly_env.sh"
Original file line number Diff line number Diff line change 2222 test-conda-nightly-env :
2323 secrets : inherit
2424 # We use a build workflow so that we get CPU jobs and high matrix coverage
25- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
25+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
2626 with :
2727 build_type : pull-request
2828 script : " ci/test_conda_nightly_env.sh"
Original file line number Diff line number Diff line change 1212 trigger-notifier :
1313 if : contains(github.event.pull_request.labels.*.name, 'breaking')
1414 secrets : inherit
15- uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/25.12
15+ uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main
1616 with :
1717 sender_login : ${{ github.event.sender.login }}
1818 sender_avatar : ${{ github.event.sender.avatar_url }}
You can’t perform that action at this time.
0 commit comments