How can I configure GitLab-CI to use shared runners when my main runner is not available?
Is it possible in gitlab-ci to run a job on different runners depending on the availability/busy of the runner? That is, I have a main runner that should do the main work, but in case it is busy or not available, I want shared runners to be used I tried something like this, but the… Read More How can I configure GitLab-CI to use shared runners when my main runner is not available?