gitlab-ci.yml: Remove possible duplicate pipelines
Patch series to only run CI (build/tests) in the MR context, rather than fork context.
Marked as Draft as this no longer runs in Fork context.
Patches series to avoid running CI on merged requests.
There are 3 (three) CI runs:
- one for the fork
- one for the MR
- one, after MR has been merged
This patch series changes these dup pipelines in the following way:
- for the forks, users will need to trigger the CI manually
- for the MR, the CI should run automatically
- after the MR has been merged, we don't run it again -- been already done.
Edited by Marius Vlad