Add manual dispatch to bump-go workflow#12631
Merged
babakks merged 1 commit intotrunkcli/cli:trunkfrom Feb 9, 2026
kw/bump-go-is-workflow-dispatchablecli/cli:kw/bump-go-is-workflow-dispatchableCopy head branch name to clipboard
Merged
Add manual dispatch to bump-go workflow#12631babakks merged 1 commit intotrunkcli/cli:trunkfrom kw/bump-go-is-workflow-dispatchablecli/cli:kw/bump-go-is-workflow-dispatchableCopy head branch name to clipboard
babakks merged 1 commit intotrunkcli/cli:trunkfrom
kw/bump-go-is-workflow-dispatchablecli/cli:kw/bump-go-is-workflow-dispatchableCopy head branch name to clipboard
Conversation
Enable manual runs of the Bump Go workflow by adding the workflow_dispatch trigger alongside the existing scheduled cron. This allows maintainers to trigger the bump process on-demand while keeping the daily 3 AM UTC schedule intact.
Contributor
There was a problem hiding this comment.
Pull request overview
Enables maintainers to trigger the existing “Bump Go” automation on-demand by adding a workflow_dispatch trigger alongside the current scheduled cron, preserving the daily 3 AM UTC run.
Changes:
- Add
workflow_dispatchto the workflow triggers so the workflow can be run manually in GitHub Actions UI.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
babakks
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable manual runs of the Bump Go workflow by adding the workflow_dispatch trigger alongside the existing scheduled cron. This allows maintainers to trigger the bump process on-demand while keeping the daily 3 AM UTC schedule intact.