@@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
conda-python-build :
30
30
secrets : inherit
31
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
31
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-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 : [conda-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,15 +51,15 @@ jobs:
51
51
upload-conda :
52
52
needs : [conda-python-build]
53
53
secrets : inherit
54
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-12.5.1
54
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
55
55
with :
56
56
build_type : ${{ inputs.build_type || 'branch' }}
57
57
branch : ${{ inputs.branch }}
58
58
date : ${{ inputs.date }}
59
59
sha : ${{ inputs.sha }}
60
60
wheel-build :
61
61
secrets : inherit
62
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
62
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
63
63
with :
64
64
build_type : ${{ inputs.build_type || 'branch' }}
65
65
branch : ${{ inputs.branch }}
72
72
wheel-publish :
73
73
needs : wheel-build
74
74
secrets : inherit
75
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.5.1
75
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
76
76
with :
77
77
build_type : ${{ inputs.build_type || 'branch' }}
78
78
branch : ${{ inputs.branch }}
0 commit comments