Skip to content

Commit eee8d82

Browse files
authored
Merge pull request #173 from rapidsai/release/25.12
Forward-merge release/25.12 into main
2 parents a27cb7c + 46ebdf7 commit eee8d82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docs-build:
3636
if: github.ref_type == 'branch'
3737
secrets: inherit
38-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
38+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/25.12
3939
with:
4040
arch: "amd64"
4141
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- checks
1717
- docs-build
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main
19+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/25.12
2020
if: always()
2121
with:
2222
needs: ${{ toJSON(needs) }}
@@ -31,14 +31,14 @@ jobs:
3131
checks:
3232
secrets: inherit
3333
needs: telemetry-setup
34-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main
34+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@release/25.12
3535
with:
3636
enable_check_generated_files: false
3737
ignored_pr_jobs: "telemetry-summarize"
3838
docs-build:
3939
needs: checks
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/25.12
4242
with:
4343
build_type: pull-request
4444
node_type: "gpu-l4-latest-1"

0 commit comments

Comments
 (0)