Remove Concurrency Checks from Validate Docker Build (#1153)
Docker Hub - Develop / docker-latest (push) Has been skipped
GHCR - Development Branches / ghcr-publish (push) Failing after 34s
Tests / Build & Lint (push) Failing after 2m37s
Tests / Unit tests (push) Successful in 3m21s
Tests / Integration tests (push) Failing after 13s
Tests / Application Service Integration tests (push) Failing after 10s
Validate Docker Build / validate-docker-build (push) Successful in 21m31s

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.
This commit is contained in:
Catalan Lover
2026-05-22 00:17:35 +02:00
committed by GitHub
parent 0b6b7b98ec
commit cb26319702
@@ -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