CI: Detect if build/test is needed #299
Labels
blocked
This task is currently blocked by other tasks
CI/CD
CI/CD infrastructure
enhancement
Any code-related improvements
P0
High priority - Must do!
Not all PRs would require full build/test pipelines (as we currently do today). For example, if a PR only touches code in
cuda.core
, thencuda.bindings
cuda.bindings
We should add detection logics to inform the CI workflows so that we can save CI time (and thereby reducing the costs). The same logic can be applied to nightly tests too (#294).
The text was updated successfully, but these errors were encountered: