Skip to content

Commit 3cc8c1a

Browse files
authored
ci: Fix performance step in CI (#9926)
1 parent 36e166c commit 3cc8c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ jobs:
326326
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
327327
fi
328328
concurrency:
329-
group: ${{ github.workflow }}-${{ github.ref }}
329+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
330330
cancel-in-progress: true

0 commit comments

Comments
 (0)