rapidsai / cuxfilter

GPU accelerated cross filtering with cuDF.
https://docs.rapids.ai/api/cuxfilter/stable/
Apache License 2.0
272 stars 67 forks source link

Build concurrency for nightly and merge triggers #552

Closed bdice closed 9 months ago

bdice commented 9 months ago

This PR separates the concurrency groups for nightly and PR merge triggers, ensuring that nightlies aren't interrupted by PR merges canceling jobs.

See https://github.com/rapidsai/ops/issues/2932.