ci: fix merge request only workflow
This commit is contained in:
parent
5f5d60b0d5
commit
f35e09e593
|
@ -64,11 +64,8 @@ workflow:
|
||||||
$CI_COMMIT_BRANCH =~ /(stable|develop)/ ||
|
$CI_COMMIT_BRANCH =~ /(stable|develop)/ ||
|
||||||
$CI_COMMIT_TAG
|
$CI_COMMIT_TAG
|
||||||
)
|
)
|
||||||
# Never run for branches that have an open merge request
|
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
|
||||||
when: never
|
|
||||||
# Run for merge requests from any repo or branches
|
# Run for merge requests from any repo or branches
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- review
|
- review
|
||||||
|
|
Loading…
Reference in New Issue