Skip to content

Commit 0c59e97

Browse files
committed
Fix benchmark CI permissions for fork PRs
1 parent 6189306 commit 0c59e97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Benchmark
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches: [main]
66

77
permissions:
88
pull-requests: write
9+
issues: write
910

1011
jobs:
1112
benchmark:

0 commit comments

Comments
 (0)