Skip to content

Commit 653dc54

Browse files
chsteinerclaude
andcommitted
ci: prevent ghost deployments by queuing instead of cancelling
cancel-in-progress: true could kill the deploy step mid-flight, leaving the Pages API with a stuck "in progress" deployment that blocks all future deploys. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 77a9a9f commit 653dc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
concurrency:
1414
group: pages
15-
cancel-in-progress: true
15+
cancel-in-progress: false
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)