Skip to content

Commit

Permalink
update ref checks
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored May 5, 2024
1 parent 4bcd1d8 commit 589c74d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,15 @@ jobs:
inputs.gpu-series == 'Standard_NC4as_T4_v3'
|| (
github.event_name == 'schedule'
&& github.ref_name == 'master'
&& github.repository_owner == 'ggerganov'
)
|| github.event_name == 'pull_request_target'
|| github.head_ref == 'master'
|| (
github.event_name == 'push'
&& github.event.ref == 'refs/heads/master'
&& github.repository_owner == 'ggerganov'
)
|| (
github.event_name != 'push'
&& github.ref_name == 'master'
)
steps:
- name: Clone
id: checkout
Expand Down

0 comments on commit 589c74d

Please sign in to comment.