From d5d05279558b5c3b0b190ca6f323087f887c9280 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Tue, 31 Mar 2026 16:30:43 -0300 Subject: [PATCH] gitlab-ci: Make branches-check interruptible --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437c2fe690..fb659a4334 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -794,6 +794,7 @@ branches-check: extends: .default rules: - if: '$CI_PIPELINE_SOURCE == "push" && $CI_OPEN_MERGE_REQUESTS == null && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' + interruptible: true stage: analysis variables: GIT_DEPTH: "0"