From a8933f6f6edff08b88a23170133c00e219635abe Mon Sep 17 00:00:00 2001 From: Hadrien Grasland Date: Thu, 28 May 2026 14:18:26 +0200 Subject: [PATCH] Simplify concurrency group --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6b5d6e..1528f27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: # Cancel existing jobs on new pushes to the same branch concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true env: