Skip to content

Commit 68a2663

Browse files
committed
Update benchmarks.yml
1 parent fbf8f71 commit 68a2663

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: Benchmark
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize, labeled]
6-
workflow_dispatch:
76

87
jobs:
98
benchmark:
109
if: |
1110
${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark')
12-
&& (github.event_name == 'pull_request'
13-
|| github.event_name == 'workflow_dispatch') }}
11+
&& github.event_name == 'pull_request' }}
1412
name: Linux
1513
runs-on: ubuntu-20.04
1614
env:

0 commit comments

Comments
 (0)