File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 docs-build :
3030 if : github.ref_type == 'branch'
3131 secrets : inherit
32- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.13
32+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
3333 with :
3434 arch : " amd64"
3535 branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change 1616 - checks
1717 - docs-build
1818 secrets : inherit
19- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@python-3.13
19+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
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@python-3.13
34+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
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@python-3.13
41+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
4242 with :
4343 build_type : pull-request
4444 node_type : " gpu-l4-latest-1"
You can’t perform that action at this time.
0 commit comments