Skip to content

Commit

Permalink
fix yaml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Mar 3, 2024
1 parent a591d4d commit 95d3cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/core/v1/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (w *Workflow) Worker() *Worker {
type WorkflowSpec struct {
Steps []Flow `json:"steps" yaml:"steps"`
WorkingDir string `json:"workingDir,omitempty" yaml:"workingDir,omitempty"`
Concurrency int `json:"concurrency,omitempty" yaml:"concurrency,5omitempty"`
Concurrency int `json:"concurrency,omitempty" yaml:"concurrency,omitempty"`
Volumes []Volume `json:"volumes,omitempty" yaml:"volumes,omitempty"`
DependsOn []string `json:"dependsOn,omitempty" yaml:"dependsOn,omitempty"`
ImagePullSecrets []string `json:"imagePullSecrets,omitempty" yaml:"imagePullSecrets,omitempty"`
Expand Down

0 comments on commit 95d3cec

Please sign in to comment.