fix(ci): use GitHub-hosted runners until self-hosted are deployed #17

Merged
ghost merged 3 commits from fix/ci-use-github-hosted-runners into main 2026-03-17 18:41:12 +00:00
ghost commented 2026-03-17 18:37:31 +00:00 (Migrated from github.com)

Summary

  • Switch all runs-on: groombook-runners to runs-on: ubuntu-latest in CI workflow
  • Unblocks all PRs — currently 7 CI runs stuck in queued with zero registered self-hosted runners

Context

Self-hosted runner deployment is tracked in groombook/infra#2. This is a temporary fix — will revert once runners are deployed to the cluster.

Test plan

🤖 Generated with Claude Code

## Summary - Switch all `runs-on: groombook-runners` to `runs-on: ubuntu-latest` in CI workflow - Unblocks all PRs — currently 7 CI runs stuck in `queued` with zero registered self-hosted runners ## Context Self-hosted runner deployment is tracked in groombook/infra#2. This is a temporary fix — will revert once runners are deployed to the cluster. ## Test plan - [ ] CI runs start executing on this PR (proves the fix works) - [ ] Merge, then re-run CI on PRs #15 and #16 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This repo is archived. You cannot comment on pull requests.