From 04236dbb397fd7a584e150c644a8b726f1a6d8b4 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 11 Mar 2024 10:42:42 +0100 Subject: [PATCH] cancel workflows per work --- .github/workflows/snapshot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 78f7a49..1f72554 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -5,6 +5,11 @@ on: branches: - 'development' +# Unique group name per workflow-branch/tag combo +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: ########################################################################################## # Module Tests