fix(ci): keep main runs alive while coalescing newer pushes

This commit is contained in:
Peter Steinberger
2026-02-16 09:53:27 +01:00
parent 5d8f43ae8e
commit 1e4cf489e0
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ on:
concurrency:
group: docker-release-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
env:
REGISTRY: ghcr.io