For org runners, the count is not checked correctly. https://github.com/philips-labs/terraform-aws-github-runner/blob/develop/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts#L57-L61 If `repoName` is empty, only `environment` is checked. The total runner count would be `runners_maximum_count` rather than each org. Fixed in #871