cloudbase / garm

GitHub Actions Runner Manager
Apache License 2.0
136 stars 26 forks source link

Fix JIT config with empty runner group name #237

Closed gabriel-samfira closed 8 months ago

gabriel-samfira commented 8 months ago

When no runner group is set, do not attempt to resolve the runner group. Looking for an empty runner group will just return a not found error, which will make GARM fall back to registration token.

This change fixes that.