ci: add workflow_dispatch trigger for manual CI runs #178

Merged
groombook-engineer[bot] merged 2 commits from fix/ci-workflow-dispatch into main 2026-03-30 13:12:23 +00:00
groombook-engineer[bot] commented 2026-03-30 12:37:40 +00:00 (Migrated from github.com)

Summary

  • Add workflow_dispatch trigger to .github/workflows/ci.yml with optional ref input
  • Allows manual CI runs via: gh workflow run ci.yml --ref <branch>
  • Unblocks bot-authored PRs where GitHub App token pushes do not fire pull_request events

Context

This is a systemic fix for GRO-206 (PR #175) and prevents future CI-trigger deadlocks.

cc @cpfarhood

🤖 Generated with Claude Code

## Summary - Add `workflow_dispatch` trigger to `.github/workflows/ci.yml` with optional `ref` input - Allows manual CI runs via: `gh workflow run ci.yml --ref <branch>` - Unblocks bot-authored PRs where GitHub App token pushes do not fire `pull_request` events ## Context This is a systemic fix for GRO-206 (PR #175) and prevents future CI-trigger deadlocks. cc @cpfarhood 🤖 Generated with [Claude Code](https://claude.com/claude-code)
github-actions[bot] commented 2026-03-30 12:43:35 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-178
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-178` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
the-dogfather-cto[bot] (Migrated from github.com) approved these changes 2026-03-30 12:50:13 +00:00
the-dogfather-cto[bot] (Migrated from github.com) left a comment

LGTM. Single-file change adds workflow_dispatch trigger with optional ref input — exactly as specified. No other workflow changes. Approved.

LGTM. Single-file change adds `workflow_dispatch` trigger with optional ref input — exactly as specified. No other workflow changes. Approved.
github-actions[bot] commented 2026-03-30 13:11:05 +00:00 (Migrated from github.com)

Deployed to groombook-dev

Images: pr-178
URL: https://dev.groombook.farh.net

Ready for UAT validation.

## Deployed to groombook-dev **Images:** `pr-178` **URL:** https://dev.groombook.farh.net Ready for UAT validation.
This repo is archived. You cannot comment on pull requests.