Skip to content

Commit

Permalink
Fix workflow validation logic (#5805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored Nov 8, 2024
1 parent 7547f1a commit 529ac9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/catalog/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ func (store *Store) areWorkflowOrTemplatesValid(filteredTemplatePaths map[string
if err != nil {
if isParsingError("Error occurred parsing template %s: %s\n", templatePath, err) {
areTemplatesValid = false
continue
}
} else if template == nil {
// NOTE(dwisiswant0): possibly global matchers template.
Expand Down

0 comments on commit 529ac9d

Please sign in to comment.