Skip to content

Commit 9f54df9

Browse files
committed
Revert "Prepare release/26.04"
This reverts commit 6990cae.
1 parent 6990cae commit 9f54df9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Not all projects need that, so they sometimes invoke the workflow like this:
3131
```yaml
3232
wheel-build-nx-cugraph:
3333
secrets: inherit
34-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.04
34+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
3535
with:
3636
build_type: pull-request
3737
script: ci/build_wheel_nx-cugraph.sh
@@ -87,7 +87,7 @@ You could do something like the following:
8787

8888
```yaml
8989
wheel-tests:
90-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.04
90+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@main
9191
with:
9292
script: ci/test_wheel.sh
9393
secrets:

0 commit comments

Comments
 (0)