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