Skip to content

Commit 6990cae

Browse files
committed
Prepare release/26.04
1 parent 52b4372 commit 6990cae

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@main
34+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.04
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@main
90+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.04
9191
with:
9292
script: ci/test_wheel.sh
9393
secrets:

0 commit comments

Comments
 (0)