Skip to content

Commit 57712ce

Browse files
authored
Merge branch 'alpha' into before-password-reset-request
2 parents 0b3b21d + 3cc8c1a commit 57712ce

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)