diff --git a/.github/workflows/build-all-rapids-repos.yml b/.github/workflows/build-all-rapids-repos.yml index 4cfefe68..2a79bfa6 100644 --- a/.github/workflows/build-all-rapids-repos.yml +++ b/.github/workflows/build-all-rapids-repos.yml @@ -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] @@ -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"]'