mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Avoid duplicate pipeline runs for merge requests
This commit is contained in:
parent
c66c9f87eb
commit
95f0a208b4
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@ workflow:
|
|||
rules:
|
||||
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PROJECT_NAMESPACE != "openldap"'
|
||||
when: never
|
||||
- if: '$CI_COMMIT_REF_NAME == "OPENLDAP_REL_ENG_2_5" && $CI_PROJECT_NAMESPACE != "openldap"'
|
||||
- if: '$CI_COMMIT_REF_NAME =~ /^OPENLDAP_REL_ENG_/ && $CI_PROJECT_NAMESPACE != "openldap"'
|
||||
when: never
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue