From cb263197027896c6cbbee4fc54a6f673e02c8aad Mon Sep 17 00:00:00 2001 From: Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> Date: Fri, 22 May 2026 00:17:35 +0200 Subject: [PATCH] Remove Concurrency Checks from Validate Docker Build (#1153) They aren't needed as this never pushes to anywhere so who cares if we run this a bit too aggressively to maintain perfect resolution of if the build works. --- .github/workflows/validate-docker-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/validate-docker-build.yml b/.github/workflows/validate-docker-build.yml index bc207c62..d0464b2a 100644 --- a/.github/workflows/validate-docker-build.yml +++ b/.github/workflows/validate-docker-build.yml @@ -16,10 +16,6 @@ on: merge_group: branches: [main] -concurrency: - group: docker-test-build-${{ github.ref }} - cancel-in-progress: true - env: IMAGE_NAME: draupnir PLATFORMS: linux/amd64,linux/arm64