We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e166c commit 3cc8c1aCopy full SHA for 3cc8c1a
.github/workflows/ci-performance.yml
@@ -326,5 +326,5 @@ jobs:
326
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
327
fi
328
concurrency:
329
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
330
cancel-in-progress: true
0 commit comments