feat: add workflow_dispatch to CI and release workflows #20

Merged
ghost merged 1 commits from feat/add-workflow-dispatch into main 2026-03-08 11:16:32 +00:00
ghost commented 2026-03-08 03:24:54 +00:00 (Migrated from github.com)

Summary

  • Adds workflow_dispatch trigger to the CI workflow (.github/workflows/ci.yaml) so it can be manually triggered from the GitHub Actions UI.
  • The release workflow already had workflow_dispatch configured, so no changes were needed there.

Why

Manual triggering is useful for debugging CI issues, re-running checks without pushing a commit, and validating workflow changes.

Test plan

  • Verify the CI workflow appears with a "Run workflow" button in the Actions tab
  • Manually trigger the CI workflow and confirm it runs successfully

🤖 Generated with Claude Code

## Summary - Adds `workflow_dispatch` trigger to the CI workflow (`.github/workflows/ci.yaml`) so it can be manually triggered from the GitHub Actions UI. - The release workflow already had `workflow_dispatch` configured, so no changes were needed there. ## Why Manual triggering is useful for debugging CI issues, re-running checks without pushing a commit, and validating workflow changes. ## Test plan - [ ] Verify the CI workflow appears with a "Run workflow" button in the Actions tab - [ ] Manually trigger the CI workflow and confirm it runs successfully 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Member

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#20