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
5 changes: 3 additions & 2 deletions .github/workflows/build-all-rapids-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
|| echo "ok=false" | tee -a "$GITHUB_OUTPUT";

build-all-rapids-repos:
name: ${{ matrix.libs }}
name: ${{ matrix.libs || 'all' }}
if: needs.check-event.outputs.ok == 'true'
needs: check-event
secrets: inherit # zizmor: ignore[secrets-inherit]
Expand All @@ -44,7 +44,8 @@ jobs:
include:
- libs: "rmm ucxx kvikio dask-cuda cudf cudf_kafka rapidsmpf"
- libs: "rmm ucxx dask-cuda raft cuvs nvforest cuml cuopt"
- libs: "rmm ucxx dask-cuda raft cugraph cugraph-gnn nx-cugraph"
- libs: "rmm ucxx dask-cuda raft cuvs cugraph cugraph-gnn nx-cugraph"
- libs: ""

with:
arch: '["amd64", "arm64"]'
Expand Down
Loading