enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

CI: Dont fail other runs, fail on other commits #1104

Closed larsoner closed 2 years ago

larsoner commented 2 years ago

This makes GitHub Actions behave nicely like other CIs:

  1. If one job fails, don't fail the other jobs (it's nice to get feedback from all)
  2. If a new commit is pushed, kill the existing runs to save cycles