Solutionunvalidated
When I push a commit to a MR branch, the workflow is executed twice, both for `push` and `pull_request`. Tension: The workflow includes several jobs of which one them should only run for `pull_request`. Outcome: Maybe a bit late, but you could use Concurrency:.
414962af-ee4a-4123-88e5-e401095aa60c
When I push a commit to a MR branch, the workflow is executed twice, both for push and pull_request. Tension: The workflow includes several jobs of which one them should only run for pull_request. Outcome: Maybe a bit late, but you could use Concurrency:.