Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
rapidsai/cugraph-gnn
rapidsai/cuml
NVIDIA/cuvs
rapidsai/cuvs-lucene
NVIDIA/cuvs-lucene
rapidsai/dask-cuda
rapidsai/docker
rapidsai/integration
Expand All @@ -55,7 +55,7 @@ jobs:
rapidsai/nx-cugraph
rapidsai/rapids-cmake
rapidsai/rapidsmpf
rapidsai/raft
NVIDIA/raft
rapidsai/rmm
rapidsai/ucxx
rmm-build:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
owner: NVIDIA
repo: raft
github_token: ${{ secrets.WORKFLOW_TOKEN }}
github_user: GPUtester
Expand All @@ -208,7 +208,7 @@ jobs:
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
owner: NVIDIA
repo: raft
github_token: ${{ secrets.WORKFLOW_TOKEN }}
github_user: GPUtester
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
owner: NVIDIA
repo: cuvs-lucene
github_token: ${{ secrets.WORKFLOW_TOKEN }}
github_user: GPUtester
Expand All @@ -280,7 +280,7 @@ jobs:
steps:
- uses: rapidsai/shared-actions/trigger-workflow-and-wait@main
with:
owner: rapidsai
owner: NVIDIA
repo: cuvs-lucene
github_token: ${{ secrets.WORKFLOW_TOKEN }}
github_user: GPUtester
Expand Down
Loading