ci: cancel superseded pipelines
Force-pushing a branch several times in a row leaves the older pipelines running to completion against commits nobody is waiting on. Mark the job interruptible so GitLab can reclaims the runners.merge-requests/20/merge
parent
a63e4d4015
commit
05e15816d8
|
|
@ -11,5 +11,6 @@ vlc-rs-build:
|
||||||
- amd64
|
- amd64
|
||||||
stage: build
|
stage: build
|
||||||
image: $VLC_UBUNTU_IMAGE
|
image: $VLC_UBUNTU_IMAGE
|
||||||
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue