Skip to content

Commit

Permalink
Disable benchmark on forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored May 2, 2024
1 parent f4ab2a4 commit abf0ff0
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 @@ -52,7 +52,7 @@ jobs:
ftype: q4_0
pr_comment_enabled: "true"

if: ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.head_ref == 'master' || github.ref_name == 'master' || github.event.push.ref == 'refs/heads/master' }}
if: ${{ github.repository_owner == 'ggerganov' && (github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.head_ref == 'master' || github.ref_name == 'master' || github.event.push.ref == 'refs/heads/master') }}
steps:
- name: Clone
id: checkout
Expand Down

0 comments on commit abf0ff0

Please sign in to comment.