Skip to content

Improve how we could cancel pipelines:

Lin Jen-Shin requested to merge fix-cancelling-pipelines into master

Improve how we could cancel pipelines:

  • Introduce HasStatus.cancelable which we might be able to cancel
  • Cancel and check upon cancelable
  • Also cancel on CommitStatus rather than just Ci::Build

Fixes #23635 (closed)

Fixes #17845 (closed)

Merge request reports