Skip changelog check for automated MRs
This commit is contained in:
parent
30bc37c3ca
commit
ae8f359f22
|
@ -44,6 +44,10 @@ check-changelog:
|
||||||
stage: check-changelog
|
stage: check-changelog
|
||||||
image: alpine
|
image: alpine
|
||||||
rules:
|
rules:
|
||||||
|
- if: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == 'pleroma/pleroma' && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == 'weblate-extract'
|
||||||
|
when: never
|
||||||
|
- if: $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == 'pleroma/pleroma' && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == 'weblate'
|
||||||
|
when: never
|
||||||
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"
|
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop"
|
||||||
before_script: ''
|
before_script: ''
|
||||||
after_script: ''
|
after_script: ''
|
||||||
|
|
Loading…
Reference in New Issue