Skip to content

Commit 840986b

Browse files
authored
event_name is pull_request_target
1 parent 06e9307 commit 840986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
github.event_name == 'schedule'
5959
&& github.repository_owner == 'ggerganov'
6060
)
61-
|| github.event_name == 'pull_request'
61+
|| github.event_name == 'pull_request_target'
6262
|| github.head_ref == 'master'
6363
|| (
6464
github.event_name == 'push'

0 commit comments

Comments
 (0)