Commit 5d55f92
fix: skip release workflow when triggered by its own merge
The release workflow re-triggers on main when its own PR merges,
causing `make rc` to fail with "nothing to commit" since docs are
already up to date. Skip the generate/PR steps when the push commit
is a release commit, and make the Makefile commit conditional as a
defensive fallback.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>1 parent f0e47ee commit 5d55f92
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
0 commit comments