From 1b5aef7738a53ab76ef7eea9001997fa257d4a11 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Tue, 11 Mar 2025 23:39:21 +0100 Subject: github-actions: Use better grouping --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d54b658..b6709486 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: # cancel already running builds of the same branch or pull request concurrency: - group: ci-${{ github.head_ref }} || concat(${{ github.ref }} + group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.sha }} cancel-in-progress: true env: -- cgit v1.2.1