File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343 - build-cuvs-multiarch-manifest
4444 - test
4545 secrets : inherit
46- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
46+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.04
4747 checks :
4848 runs-on : ubuntu-latest
4949 steps :
Original file line number Diff line number Diff line change 1616 needs :
1717 - check-nightly-ci
1818 - docker
19- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
19+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.04
2020 if : always()
2121 with :
2222 needs : ${{ toJSON(needs) }}
Original file line number Diff line number Diff line change 1313 trigger-notifier :
1414 if : contains(github.event.pull_request.labels.*.name, 'breaking')
1515 secrets : inherit
16- uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main
16+ uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/26.04
1717 with :
1818 sender_login : ${{ github.event.sender.login }}
1919 sender_avatar : ${{ github.event.sender.avatar_url }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM python:${PYTHON_VER} AS dependencies
1414ARG CPU_ARCH=notset
1515ARG CUDA_VER=notset
1616ARG PYTHON_VER=notset
17- ARG RAPIDS_BRANCH="main "
17+ ARG RAPIDS_BRANCH="release/26.04 "
1818ARG RAPIDS_VER=26.04
1919ARG YQ_VER=notset
2020
You can’t perform that action at this time.
0 commit comments