diff --git a/.github/workflows/ci-performance.yml b/.github/workflows/ci-performance.yml index 78df157e89..e3afe3626f 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