Don't cancel docker hub builds as it breaks merge queues.

Signed-off-by: Will Hunt <will@half-shot.uk>
This commit is contained in:
Will Hunt 2024-01-16 09:44:41 +00:00 committed by GitHub
parent 3bb6724fe9
commit caaabbc300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: false
env:
DOCKER_NAMESPACE: halfshot