@@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
cpp-build :
30
30
secrets : inherit
31
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.5.1
31
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
32
32
with :
33
33
build_type : ${{ inputs.build_type || 'branch' }}
34
34
branch : ${{ inputs.branch }}
38
38
if : github.ref_type == 'branch'
39
39
needs : [python-build]
40
40
secrets : inherit
41
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
41
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
42
42
with :
43
43
arch : " amd64"
44
44
branch : ${{ inputs.branch }}
51
51
python-build :
52
52
needs : [cpp-build]
53
53
secrets : inherit
54
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
54
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
55
55
with :
56
56
build_type : ${{ inputs.build_type || 'branch' }}
57
57
branch : ${{ inputs.branch }}
@@ -60,15 +60,15 @@ jobs:
60
60
upload-conda :
61
61
needs : [cpp-build, python-build]
62
62
secrets : inherit
63
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-12.5.1
63
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
64
64
with :
65
65
build_type : ${{ inputs.build_type || 'branch' }}
66
66
branch : ${{ inputs.branch }}
67
67
date : ${{ inputs.date }}
68
68
sha : ${{ inputs.sha }}
69
69
wheel-build :
70
70
secrets : inherit
71
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
71
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
72
72
with :
73
73
build_type : ${{ inputs.build_type || 'branch' }}
74
74
branch : ${{ inputs.branch }}
78
78
wheel-publish :
79
79
needs : wheel-build
80
80
secrets : inherit
81
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.5.1
81
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
82
82
with :
83
83
build_type : ${{ inputs.build_type || 'branch' }}
84
84
branch : ${{ inputs.branch }}
0 commit comments