From e6ef2a7945ee3f3a3578e8b5043abcce3362392c Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 27 Jan 2025 19:57:57 +0000 Subject: [PATCH] chore: add concurrency settings to test-release workflow --- .github/workflows/test-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index de4bafecea..f339d59042 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -1,5 +1,9 @@ name: Push Test Images to Docker Hub and GitHub Container Registry +concurrency: + group: test-release + cancel-in-progress: true + on: push: branches: