gitlab-ci: Make branches-check interruptible
This commit is contained in:
parent
127510cd81
commit
d5d0527955
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue