Skip to content

Commit

Permalink
event_name is pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored May 4, 2024
1 parent 06e9307 commit 840986b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 840986b

Please sign in to comment.