@@ -18,7 +18,7 @@ name: build
1818on :
1919 push :
2020 branches :
21- - " branch-* "
21+ - " main "
2222 tags :
2323 - v[0-9][0-9].[0-9][0-9].[0-9][0-9]
2424 workflow_dispatch :
@@ -56,7 +56,7 @@ concurrency:
5656jobs :
5757 cpp-build :
5858 secrets : inherit
59- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
59+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
6060 with :
6161 build_type : ${{ inputs.build_type || 'branch' }}
6262 branch : ${{ inputs.branch }}
6666 python-build :
6767 needs : [cpp-build]
6868 secrets : inherit
69- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
69+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
7070 with :
7171 build_type : ${{ inputs.build_type || 'branch' }}
7272 branch : ${{ inputs.branch }}
@@ -76,15 +76,15 @@ jobs:
7676 upload-conda :
7777 needs : [cpp-build, python-build]
7878 secrets : inherit
79- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
79+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
8080 with :
8181 build_type : ${{ inputs.build_type || 'branch' }}
8282 branch : ${{ inputs.branch }}
8383 date : ${{ inputs.date }}
8484 sha : ${{ inputs.sha }}
8585 wheel-build-cuopt-mps-parser :
8686 secrets : inherit
87- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
87+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
8888 with :
8989 build_type : ${{ inputs.build_type || 'branch' }}
9090 branch : ${{ inputs.branch }}
9999 wheel-publish-cuopt-mps-parser :
100100 needs : wheel-build-cuopt-mps-parser
101101 secrets : inherit
102- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
102+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
103103 with :
104104 build_type : ${{ inputs.build_type || 'branch' }}
105105 branch : ${{ inputs.branch }}
@@ -110,7 +110,7 @@ jobs:
110110 wheel-build-libcuopt :
111111 needs : wheel-build-cuopt-mps-parser
112112 secrets : inherit
113- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
113+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
114114 with :
115115 build_type : ${{ inputs.build_type || 'branch' }}
116116 branch : ${{ inputs.branch }}
@@ -123,7 +123,7 @@ jobs:
123123 wheel-publish-libcuopt :
124124 needs : wheel-build-libcuopt
125125 secrets : inherit
126- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
126+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
127127 with :
128128 build_type : ${{ inputs.build_type || 'branch' }}
129129 branch : ${{ inputs.branch }}
@@ -134,7 +134,7 @@ jobs:
134134 wheel-build-cuopt :
135135 needs : [wheel-build-cuopt-mps-parser, wheel-build-libcuopt]
136136 secrets : inherit
137- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
137+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
138138 with :
139139 build_type : ${{ inputs.build_type || 'branch' }}
140140 branch : ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146 wheel-publish-cuopt :
147147 needs : wheel-build-cuopt
148148 secrets : inherit
149- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
149+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
150150 with :
151151 build_type : ${{ inputs.build_type || 'branch' }}
152152 branch : ${{ inputs.branch }}
@@ -156,7 +156,7 @@ jobs:
156156 package-type : python
157157 wheel-build-cuopt-server :
158158 secrets : inherit
159- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
159+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
160160 with :
161161 build_type : ${{ inputs.build_type || 'branch' }}
162162 branch : ${{ inputs.branch }}
@@ -171,7 +171,7 @@ jobs:
171171 wheel-publish-cuopt-server :
172172 needs : wheel-build-cuopt-server
173173 secrets : inherit
174- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
174+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
175175 with :
176176 build_type : ${{ inputs.build_type || 'branch' }}
177177 branch : ${{ inputs.branch }}
@@ -182,7 +182,7 @@ jobs:
182182 docs-build :
183183 needs : [python-build]
184184 secrets : inherit
185- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
185+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
186186 with :
187187 build_type : ${{ inputs.build_type || 'branch' }}
188188 node_type : " gpu-l4-latest-1"
@@ -196,7 +196,7 @@ jobs:
196196 script : " ci/build_docs.sh"
197197 wheel-build-cuopt-sh-client :
198198 secrets : inherit
199- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
199+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
200200 with :
201201 build_type : ${{ inputs.build_type || 'branch' }}
202202 branch : ${{ inputs.branch }}
@@ -212,7 +212,7 @@ jobs:
212212 wheel-publish-cuopt-sh-client :
213213 needs : wheel-build-cuopt-sh-client
214214 secrets : inherit
215- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
215+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
216216 with :
217217 build_type : ${{ inputs.build_type || 'branch' }}
218218 branch : ${{ inputs.branch }}
0 commit comments