Skip to content

Commit 2928dc3

Browse files
committed
Remove Concurrency Checks from Validate Docker Build
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.
1 parent 0b6b7b9 commit 2928dc3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/validate-docker-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
merge_group:
1717
branches: [main]
1818

19-
concurrency:
20-
group: docker-test-build-${{ github.ref }}
21-
cancel-in-progress: true
22-
2319
env:
2420
IMAGE_NAME: draupnir
2521
PLATFORMS: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)