kokkos / kokkos-comm

Experimental MPI Wrapper for Kokkos
https://kokkos.org/kokkos-comm/
Other
12 stars 9 forks source link

Reduce CI runs, skip docs formatting, improve CI names #112

Closed cwpearson closed 2 months ago

cwpearson commented 2 months ago
  1. Makes it so the action name is the PR name rather than sharing the same name across all PRs
  2. Makes it so pushing to the same PR branch cancel any in-progress CI runs for that PR
  3. Use .clang-format-ignore rather then the github-action-specific method to skip docs formatting