From 4e4e118335e9beade05a37daa9f9252936ba285a Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Tue, 17 Sep 2024 15:46:57 +0100 Subject: [PATCH] github: Align concurrency settings with latest-edge Signed-off-by: Thomas Parrott --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 2a78c6db2..134288fe1 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -9,7 +9,7 @@ permissions: contents: read concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} cancel-in-progress: true jobs: