File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ jobs:
53
53
pr_comment_enabled : " true"
54
54
55
55
if : |
56
- github.event. inputs.gpu-series == 'Standard_NC4as_T4_v3'
56
+ inputs.gpu-series == 'Standard_NC4as_T4_v3'
57
57
|| (
58
- github.event. schedule
58
+ github.event_name == ' schedule'
59
59
&& github.repository_owner == 'ggerganov'
60
60
)
61
- || github.event. pull_request
61
+ || github.event_name == ' pull_request'
62
62
|| github.head_ref == 'master'
63
63
|| (
64
- github.event. push
65
- && github.event.push. ref == 'refs/heads/master'
64
+ github.event_name == ' push'
65
+ && github.event.ref == 'refs/heads/master'
66
66
&& github.repository_owner == 'ggerganov'
67
67
)
68
68
|| (
69
- ! github.event. push
69
+ github.event_name != ' push'
70
70
&& github.ref_name == 'master'
71
71
)
72
72
steps :
You can’t perform that action at this time.
0 commit comments