Skip to content

Commit f20332b

Browse files
committed
Prepare release/26.04
1 parent 48eb07a commit f20332b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-test-publish-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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) }}

.github/workflows/trigger-breaking-change-alert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM python:${PYTHON_VER} AS dependencies
1414
ARG CPU_ARCH=notset
1515
ARG CUDA_VER=notset
1616
ARG PYTHON_VER=notset
17-
ARG RAPIDS_BRANCH="main"
17+
ARG RAPIDS_BRANCH="release/26.04"
1818
ARG RAPIDS_VER=26.04
1919
ARG YQ_VER=notset
2020

0 commit comments

Comments
 (0)