File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
docs-build :
30
30
if : github.ref_type == 'branch'
31
31
secrets : inherit
32
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
32
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
33
33
with :
34
34
arch : " amd64"
35
35
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change 17
17
- docs-build
18
18
- telemetry-setup
19
19
secrets : inherit
20
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
20
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.08
21
21
telemetry-setup :
22
22
runs-on : ubuntu-latest
23
23
continue-on-error : true
@@ -32,17 +32,17 @@ jobs:
32
32
checks :
33
33
secrets : inherit
34
34
needs : telemetry-setup
35
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
35
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.08
36
36
with :
37
37
ignored_pr_jobs : telemetry-summarize
38
38
conda-cpp-tests :
39
39
secrets : inherit
40
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
40
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
41
41
with :
42
42
build_type : pull-request
43
43
docs-build :
44
44
secrets : inherit
45
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
45
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
46
46
with :
47
47
build_type : pull-request
48
48
node_type : " cpu4"
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
cpp-tests :
21
21
secrets : inherit
22
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
22
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
23
23
with :
24
24
build_type : ${{ inputs.build_type }}
25
25
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change 12
12
trigger-notifier :
13
13
if : contains(github.event.pull_request.labels.*.name, 'breaking')
14
14
secrets : inherit
15
- uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
15
+ uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.08
16
16
with :
17
17
sender_login : ${{ github.event.sender.login }}
18
18
sender_avatar : ${{ github.event.sender.avatar_url }}
Original file line number Diff line number Diff line change 1
- 25.06 .00
1
+ 25.08 .00
You can’t perform that action at this time.
0 commit comments