Skip to content

Commit b842166

Browse files
authored
Merge pull request #814 from rapidsai/release/25.12
Forward-merge release/25.12 into main
2 parents 0d5f08d + 26aec08 commit b842166

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
build:
3636
secrets: inherit
37-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
37+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
3838
with:
3939
build_type: ${{ inputs.build_type || 'branch' }}
4040
branch: ${{ inputs.branch }}
@@ -45,7 +45,7 @@ jobs:
4545
upload-conda:
4646
needs: [build]
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
48+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@release/25.12
4949
with:
5050
build_type: ${{ inputs.build_type || 'branch' }}
5151
branch: ${{ inputs.branch }}
@@ -54,7 +54,7 @@ jobs:
5454
conda-pack:
5555
needs: [upload-conda]
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
57+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
5858
with:
5959
build_type: ${{ inputs.build_type || 'branch' }}
6060
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- build
1616
- test-conda-nightly-env
1717
secrets: inherit
18-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
18+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/25.12
1919
checks:
2020
runs-on: ubuntu-latest
2121
steps:
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
needs: checks
2828
secrets: inherit
29-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
29+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
3030
with:
3131
build_type: pull-request
3232
script: ci/build_python.sh
@@ -35,7 +35,7 @@ jobs:
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@main
38+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
3939
with:
4040
build_type: pull-request
4141
script: "ci/test_conda_nightly_env.sh"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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@main
25+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/25.12
2626
with:
2727
build_type: pull-request
2828
script: "ci/test_conda_nightly_env.sh"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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@main
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/25.12
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

0 commit comments

Comments
 (0)