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
Alaric Senat 2026-08-19 14:31:11 +02:00
parent a63e4d4015
commit 05e15816d8
1 changed files with 1 additions and 0 deletions

View File

@ -11,5 +11,6 @@ vlc-rs-build:
- amd64
stage: build
image: $VLC_UBUNTU_IMAGE
interruptible: true
script:
- cargo build --all