Skip to content

ci: allow manually triggering the release-please workflow - #316

Merged
lachlangrose merged 1 commit into
masterfrom
add-release-please-manual-dispatch
Aug 14, 2026
Merged

ci: allow manually triggering the release-please workflow#316
lachlangrose merged 1 commit into
masterfrom
add-release-please-manual-dispatch

Conversation

@lachlangrose

Copy link
Copy Markdown
Member

Summary

  • Adds workflow_dispatch to .github/workflows/release-please.yml so it can be run on demand from the Actions tab (or gh workflow run), instead of only firing on push to master.
  • Motivated by today's release-please deadlock (PR chore: release master #313): there was no way to re-run the workflow to verify the fix without waiting for another push to master.

Test plan

  • After merge, confirm gh workflow run release-please.yml --ref master succeeds and the run reaches Creating releases or cleanly finds nothing pending, instead of the outstanding, untagged abort seen earlier today.

Lets release-please be re-run on demand (e.g. to verify a fix without
waiting for the next push to master) instead of only firing on push.
@lachlangrose
lachlangrose merged commit 42b2e9c into master Aug 14, 2026
3 checks passed
@lachlangrose
lachlangrose deleted the add-release-please-manual-dispatch branch August 14, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant