Skip to content

Commit

Permalink
fix: do not look into sub directories (#6443)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Feb 9, 2023
1 parent e49ee6d commit 0d8319e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/api/workflow/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// WorkflowAsCodePattern is the default code pattern to find cds files
const WorkflowAsCodePattern = ".cds/**/*.yml"
const WorkflowAsCodePattern = ".cds/*.yml"

// PushOption is the set of options for workflow push
type PushOption struct {
Expand Down

0 comments on commit 0d8319e

Please sign in to comment.