Skip to content

Commit f006b5c

Browse files
authored
more readable as multi-line
1 parent b259634 commit f006b5c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/bench.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ jobs:
5252
ftype: q4_0
5353
pr_comment_enabled: "true"
5454

55-
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') }}
55+
if: |
56+
github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3'
57+
|| (github.event.schedule && github.repository_owner == 'ggerganov')
58+
|| github.event.pull_request
59+
|| github.head_ref == 'master'
60+
|| (
61+
github.event.push
62+
&& (github.event.push.ref == 'refs/heads/master' && github.repository_owner == 'ggerganov')
63+
|| github.ref_name == 'master'
64+
)
5665
steps:
5766
- name: Clone
5867
id: checkout

0 commit comments

Comments
 (0)