mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 12:59:16 +02:00
Revert "CI: try to prevent more duplicate pipelines in merge requests"
This reverts commit b326ae6b5b
.
The rule does not make any difference, so no point to keep it.
This commit is contained in:
parent
f0a8e22cec
commit
f1f6c65d73
@ -11,8 +11,6 @@ variables:
|
|||||||
workflow: # these rules enable pipeline for merge requests and try to avoid duplicate pipelines
|
workflow: # these rules enable pipeline for merge requests and try to avoid duplicate pipelines
|
||||||
rules:
|
rules:
|
||||||
# - when: never # uncomment this line to disable pipeline (useful for service needs)
|
# - when: never # uncomment this line to disable pipeline (useful for service needs)
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
|
|
||||||
when: never
|
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||||
when: never
|
when: never
|
||||||
|
Loading…
Reference in New Issue
Block a user