Skip to content

Make build and test jobs interruptible

Huste, Tobias requested to merge enable-autocancellation-of-pipelines into master

The autocancellation feature does consider running jobs as not interruptible by default. Only pending pipelines are considered to be interruptible. This makes the build and test jobs interruptible in order to use the autocancellation feature properly.

Closes #113 (closed)

Merge request reports