diff --git a/pkg/azuredevops/pipelines/templatesParams.go b/pkg/azuredevops/pipelines/templatesParams.go index 79cc11d76ebc..2db16997e44c 100644 --- a/pkg/azuredevops/pipelines/templatesParams.go +++ b/pkg/azuredevops/pipelines/templatesParams.go @@ -9,7 +9,7 @@ import ( "strconv" ) -var validJobTypes = []string{"presubmit", "postsubmit", "workflow_dispatch"} +var validJobTypes = []string{"presubmit", "postsubmit", "workflow_dispatch", "schedule"} func GetValidJobTypes() []string { return validJobTypes