I’m using AWS Codebuild to setup a self hosted Github Actions runner. In my main build section, I am just running the command ./run.sh and this starts the self hosted runner, listens for a job, and then picks up the particular job. In some cases, these don’t actually end up picking up a job and just sit out there listening