Skip to content

Commit

Permalink
Fix schedule event not supported on ADO (#12013)
Browse files Browse the repository at this point in the history
* Add support for schedule event

* Add supported event for signify-prod

* Verify existence of GITHUB_SHA and GITHUB_REF for wofklow_disptach and schedule events.

* Add explanation in comment

* Fix linter issues

* Add scheudle to ADO supported events
  • Loading branch information
KacperMalachowski authored Sep 30, 2024
1 parent a5fbb1e commit 6a52493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/azuredevops/pipelines/templatesParams.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a52493

Please sign in to comment.