mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 05:38:25 +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
|
||||
rules:
|
||||
# - 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_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
|
Loading…
Reference in New Issue
Block a user