Skip to content

Commit

Permalink
Added missing RunIf field (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshah23 authored Apr 19, 2023
1 parent 4ad4f89 commit f7c5c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type StageListItemModel map[string]StageModel
type StageModel struct {
ShouldAlwaysRun bool `json:"should_always_run,omitempty" yaml:"should_always_run,omitempty"`
AbortOnFail bool `json:"abort_on_fail,omitempty" yaml:"abort_on_fail,omitempty"`
RunIf string `json:"run_if,omitempty" yaml:"run_if,omitempty"`
Workflows []WorkflowListItemModel `json:"workflows,omitempty" yaml:"workflows,omitempty"`
}

Expand Down

0 comments on commit f7c5c96

Please sign in to comment.