Hello!
I have some jobs in my config that access the same remote resource and that creates a data race. Can I somehow prevent these colliding jobs running concurrently within one build? Or maybe I can forbid all jobs running concurrently? Is it possible to forbid running jobs concurrently across multiple builds?
p.s.
Notice, that I’m talking about jobs and not steps.