From c77167df462bed512c7d3275aade6e2c5e7d180d Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 16 Jun 2025 16:12:33 +0200 Subject: [PATCH] ci/cd: cancel `build-next` action if new one starts --- .github/workflows/build-next.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-next.yml b/.github/workflows/build-next.yml index 444da3f0..f3d1a66f 100644 --- a/.github/workflows/build-next.yml +++ b/.github/workflows/build-next.yml @@ -5,6 +5,10 @@ on: branches: - main +concurrency: + group: build-next-image + cancel-in-progress: true + jobs: build-next: runs-on: ubuntu-latest