Skip to content

Commit d85bf88

Browse files
authored
Merge pull request #103 from mtsmfm/fix-benchmark-comment
Fix benchmark workflow
2 parents da61d67 + b491ca6 commit d85bf88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
2-
pull_request:
2+
pull_request_target:
3+
types: [labeled]
34

45
permissions:
56
pull-requests: write
@@ -10,6 +11,7 @@ concurrency:
1011

1112
jobs:
1213
benchmark:
14+
if: contains(github.event.pull_request.labels.*.name, 'benchmark')
1315
runs-on: ubuntu-latest
1416
strategy:
1517
fail-fast: false

0 commit comments

Comments
 (0)