fix(ci): restore cancel-in-progress on prerelease builds
Hourly polling is sufficient to prevent re-dispatch during builds. Keep cancel-in-progress: true so stalled builds can be cleared. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: prerelease-build
|
group: prerelease-build
|
||||||
cancel-in-progress: false
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user