From 30a24f364f836b1639b7e08b0bb892d1c855992c Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Mon, 16 Sep 2024 10:32:43 +0100 Subject: [PATCH] github: Align concurrency rules with lxd repo Signed-off-by: Thomas Parrott --- .github/workflows/builds.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index cc7ca3f54..3b346bab4 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: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a82673f1..d797373ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ permissions: contents: read concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} cancel-in-progress: true defaults: