From 01d8ef1c7cf663f7cb9774384160acad400e48de Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 11 Mar 2024 10:52:21 +0100 Subject: [PATCH] concurrent build stopage --- .github/workflows/snapshot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 1ba5b46da..391d10efc 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -7,6 +7,11 @@ on: branches: - development +# Unique group name per workflow-branch/tag combo +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: ############################################# # Tests First baby! We fail, no build :(