Disable benchmark on forked repo
This commit is contained in:
parent
f4ab2a4147
commit
abf0ff0d2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue