fix: Don't cancel ci image builds

This commit is contained in:
Ayaz Salikhov
2025-06-23 21:40:56 +01:00
committed by GitHub
parent 04c80c62f5
commit 43a4d15d2d

View File

@@ -25,7 +25,8 @@ on:
concurrency:
# Only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# We want to execute all builds sequentially in develop
cancel-in-progress: false
env:
GHCR_REPO: ghcr.io/${{ github.repository_owner }}