I saw similar Problems with Travis-CI used by some Eclipse Projects especially on the Jakarta EE side, but while I use GH actions for a few other Open Source Projects like OpenDDR the Eclipse Projects I lead or actively contribute to mostly use Jenkins build Jobs, thus are not affected by These restrictions.
Hey folks:
I'm noticing some throttling in GH actions:
2021-04-01T05:49:32.9018891Z ##[section]Starting: Request a runner to run this job
2021-04-01T05:49:33.1592308Z Can't find any online and idle self-hosted runner in current repository that matches the required labels: 'ubuntu-16.04'
2021-04-01T05:49:33.1592429Z Can't find any online and idle self-hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-16.04'
2021-04-01T05:49:33.1592791Z Found online and idle hosted runner in current repository's account/organization that matches the required labels: 'ubuntu-16.04'
2021-04-01T05:49:33.2934997Z ##[section]Finishing: Request a runner to run this job
I assume this will fix itself eventually, but I was wondering if anyone else saw similar issues.
Thanks,
Adam