Commit b3c0433
ci: drop workflow_dispatch and collapse duplicate release deploys
Address review:
- Remove workflow_dispatch. It defaults to running on main, which would deploy
*unreleased* docs to production — reintroducing the problem this change fixes.
A failed Pages deploy can be re-run via GitHub's "Re-run jobs" on the release
run, which keeps the release tag's commit as the checkout context.
- Set concurrency cancel-in-progress: true so a version bump that publishes
several Releases at once (each firing release: published for the same commit)
collapses into a single Pages deploy instead of N identical ones.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 455ac63 commit b3c0433
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments