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 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 }}
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@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"
You can’t perform that action at this time.
0 commit comments