event_name is pull_request_target
This commit is contained in:
parent
06e9307ad6
commit
840986bd4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
github.event_name == 'schedule'
|
||||
&& github.repository_owner == 'ggerganov'
|
||||
)
|
||||
|| github.event_name == 'pull_request'
|
||||
|| github.event_name == 'pull_request_target'
|
||||
|| github.head_ref == 'master'
|
||||
|| (
|
||||
github.event_name == 'push'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue