Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -107,7 +107,7 @@ def create_status(args = {})
context 'when it is canceled' do
before do
commit_status.cancel
commit_status.update(status: 'canceled')
end
context 'when there is auto_canceled_by' do
Loading