Skip to content
Snippets Groups Projects

Add auto-cancel for pending pipelines on branch, if they are not HEAD

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -50,7 +50,7 @@ export default {
tooltipTitle() {
return this.pipeline.details.status_tooltip;
}
},
},
template: `
<td class="commit-link">
Loading