Skip to content

Commit

Permalink
more readable as multi-line
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored May 4, 2024
1 parent b259634 commit f006b5c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,16 @@ jobs:
ftype: q4_0
pr_comment_enabled: "true"

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

0 comments on commit f006b5c

Please sign in to comment.