I have a CI stage which should NOT run when “this is a merge request from develop to main”. I thought I try it with workflow or even with rules for the give job.
But when I enable this, (in this case it’s for the whole pipeline) nothing runs. Also I can’t trigger a “Run Pipeline” on a specific MergeRequest which is a classic /feature/foo-bar -> develop