Skip to content

ci: add workflow_dispatch trigger to image workflows#1209

Merged
RembrandtK merged 1 commit intomainfrom
rk/ci-add-workflow-dispatch
Apr 30, 2026
Merged

ci: add workflow_dispatch trigger to image workflows#1209
RembrandtK merged 1 commit intomainfrom
rk/ci-add-workflow-dispatch

Conversation

@RembrandtK
Copy link
Copy Markdown
Contributor

Allows on-demand image builds from any branch via gh workflow run, producing :sha- tags for downstream integration testing without widening the push-trigger branches list. Applied to both indexer-agent-image.yml and indexer-cli-image.yml for parity.

Allows on-demand image builds from any branch via gh workflow run,
producing :sha-<short> tags for downstream integration testing
without widening the push-trigger branches list. Applied to both
indexer-agent-image.yml and indexer-cli-image.yml for parity.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds manual (workflow_dispatch) triggers to the existing Indexer image build workflows so images can be built on-demand from any branch (e.g., via gh workflow run) without expanding the set of push-trigger branches.

Changes:

  • Enable workflow_dispatch on Indexer CLI Image workflow.
  • Enable workflow_dispatch on Indexer Agent Image workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/indexer-cli-image.yml Adds workflow_dispatch so the CLI image workflow can be run manually on-demand.
.github/workflows/indexer-agent-image.yml Adds workflow_dispatch so the agent image workflow can be run manually on-demand.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@RembrandtK RembrandtK marked this pull request as ready for review April 29, 2026 18:38
@RembrandtK RembrandtK requested a review from MoonBoi9001 April 29, 2026 18:38
@github-project-automation github-project-automation Bot moved this from 🗃️ Inbox to ✅ Approved in Indexer Apr 30, 2026
@RembrandtK RembrandtK merged commit de3f566 into main Apr 30, 2026
11 checks passed
@RembrandtK RembrandtK deleted the rk/ci-add-workflow-dispatch branch April 30, 2026 05:54
@github-project-automation github-project-automation Bot moved this from ✅ Approved to 🚗 Merged in Indexer Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🚗 Merged

Development

Successfully merging this pull request may close these issues.

3 participants