Don't let marge run post-merge pipeline

This is a small regression from previous change.
This commit is contained in:
Nicolas Dufresne 2020-04-17 13:47:22 -04:00
parent 26c45d6ca3
commit 8cb3a84d97

View file

@ -55,7 +55,7 @@ manifest:
extends:
- '.global_ci_policy'
rules:
- if: '$GITLAB_USER_LOGIN == "gstreamer-merge-bot"'
- if: '$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME && $GITLAB_USER_LOGIN == "gstreamer-merge-bot"'
when: 'always'
- if: '$CI_PROJECT_PATH == "gstreamer/cerbero"'
when: 'always'