style++
This commit is contained in:
parent
c4ae6c1cc9
commit
2d4be61694
|
|
@ -56,7 +56,8 @@ jobs:
|
||||||
github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3'
|
github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3'
|
||||||
|| (
|
|| (
|
||||||
github.event.schedule
|
github.event.schedule
|
||||||
&& github.repository_owner == 'ggerganov')
|
&& github.repository_owner == 'ggerganov'
|
||||||
|
)
|
||||||
|| github.event.pull_request
|
|| github.event.pull_request
|
||||||
|| github.head_ref == 'master'
|
|| github.head_ref == 'master'
|
||||||
|| (
|
|| (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue