ci: cancel in-progress Docker builds when a newer push supersedes them

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 18:09:03 +00:00
co-authored by Claude Sonnet 4.6
parent 248b7a6270
commit 86ee9a5ba2
+4
View File
@@ -10,6 +10,10 @@ on:
- ".github/workflows/lint.yml"
- ".github/dependabot.yml"
concurrency:
group: docker-${{ github.ref }}
cancel-in-progress: true
env:
REGISTRY: ghcr.io
IMAGE_NAME: sudolulo/winnow