feat(ci): auto-cancel superseded builds

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-01 16:43:48 +00:00
parent 62ac2e4dc6
commit 9901887233

View file

@ -13,6 +13,10 @@ on:
branches: [dev, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GHCR_REGISTRY: ghcr.io