mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-02 13:54:02 +00:00
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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user