I would like to ask, how to configure GitHub workflow self-hosted runner to be able to pickup multiple tasks together. I'm running the GitHub self-hosted runner on Ubuntu 22.04 with docker.
Everything is working great, only still I must wait longer time, because runner is not able to pickup multiple tasks together although in workflow it's so set up. Also in GitHub in workflow screen, in summary section, I see, that some of tasks are able to run parallel, but runner pickup only one at time.
Thanks a lot for an each help :-)