File tree 1 file changed +10
-1
lines changed 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 52
52
ftype : q4_0
53
53
pr_comment_enabled : " true"
54
54
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
+ )
56
65
steps :
57
66
- name : Clone
58
67
id : checkout
You can’t perform that action at this time.
0 commit comments