gitlab-ci: Make branches-check interruptible

This commit is contained in:
Bruno Lopes 2026-03-31 16:30:43 -03:00
parent 127510cd81
commit d5d0527955

View file

@ -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"