From 6b7843792b370eb6ad71560d02b0a71edb2badcc Mon Sep 17 00:00:00 2001 From: Francesco Urdih Date: Mon, 17 Aug 2026 18:13:28 +0200 Subject: [PATCH] Make ci pipeline interruptible on failure --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8be05f0..950a947 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ # are easily replicable locally: just install `just` and run the # same targets that CI does. workflow: + auto_cancel: + on_job_failure: all rules: # Skip CI if only non-build files changed - changes: