ci: Fix performance step in CI (#9926)

This commit is contained in:
Manuel
2025-11-09 13:36:10 +01:00
committed by GitHub
parent 36e166cc81
commit 3cc8c1ae3e

View File

@@ -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