From ab30c0d75f8e7830f4d7e86bbe2bb07c77b5f1bb Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sun, 9 Nov 2025 02:20:57 +0100 Subject: [PATCH] fix concurrency --- .github/workflows/ci-performance.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-performance.yml b/.github/workflows/ci-performance.yml index 438f5b1233..782f4a3cd5 100644 --- a/.github/workflows/ci-performance.yml +++ b/.github/workflows/ci-performance.yml @@ -325,3 +325,6 @@ jobs: else echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY fi +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true