Skip to content

Commit 8950ecd

Browse files
Use mainline shared-workflows again
With rapidsai/shared-workflows#286 merged, we no longer need to use a test branch from shared-workflows.
1 parent 66a1f8d commit 8950ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs:
4343
- build-wheels
4444
secrets: inherit
45-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@publish-wheels-on-github-runners
45+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
4646
with:
4747
build_type: ${{ inputs.build_type || 'branch' }}
4848
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)