Skip to content

Commit

Permalink
Update pkg/azuredevops/pipelines/templatesParams.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wojciech Sołtys <[email protected]>
  • Loading branch information
KacperMalachowski and Sawthis authored Nov 19, 2024
1 parent 904b2e1 commit a60684d
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 @@ -61,7 +61,7 @@ func (p OCIImageBuilderTemplateParams) SetScheduleJobType() {

// SetMergeGroup sets required parameter JobType to merge_group.
func (p OCIImageBuilderTemplateParams) SetMergeGroupJobType() {
p["JobType"] = "schedule"
p["JobType"] = "merge_group"
}

// SetPullNumber sets optional parameter PullNumber.
Expand Down

0 comments on commit a60684d

Please sign in to comment.