From 3cc8c1ae3e57c7e8640b3d4a973f9682b152fd2a Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:36:10 +0100 Subject: [PATCH] ci: Fix performance step in CI (#9926) --- .github/workflows/ci-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-performance.yml b/.github/workflows/ci-performance.yml index 78df157e..e3afe362 100644 --- a/.github/workflows/ci-performance.yml +++ b/.github/workflows/ci-performance.yml @@ -326,5 +326,5 @@ jobs: echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY fi concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true