From 05e15816d8847ce18b8ad3b2ca8145b26d9c95bb Mon Sep 17 00:00:00 2001 From: Alaric Senat Date: Wed, 19 Aug 2026 14:31:11 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bbb193..c87f14d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,5 +11,6 @@ vlc-rs-build: - amd64 stage: build image: $VLC_UBUNTU_IMAGE + interruptible: true script: - cargo build --all