CI jobs are started twice for merge requests
Example: !123 (merged)
It's started once because I pushed a branch to a fork, and once because I opened a merge request. So, two different sets of jobs are started on the exact same code. This is not very climate- and energy-friendly ;)
We could just disable pipelines for forks? Unless there's a clever way to avoid the duplication?