File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11# Runs release-please to create/update a PR with version bump and changelog.
2- # Triggered automatically by step 1 (cut) or step 3 (cherry-pick).
2+ # Triggered only by workflow_dispatch (from release-cut.yml).
3+ # Does NOT auto-run on push to preserve manual changelog edits after cherry-picks.
34name : " Release: Please"
45
56on :
6- push :
7- branches :
8- - release/candidate
7+ # Only run via workflow_dispatch (triggered by release-cut.yml)
98 workflow_dispatch :
109
1110permissions :
@@ -14,8 +13,6 @@ permissions:
1413
1514jobs :
1615 release-please :
17- # Skip if this is a release-please PR merge (handled by Release: Finalize)
18- if : " !startsWith(github.event.head_commit.message, 'chore(release')"
1916 runs-on : ubuntu-latest
2017 steps :
2118 - name : Check if release/candidate still exists
You can’t perform that action at this time.
0 commit comments