Skip to content

Commit 0d8319e

Browse files
authored
fix: do not look into sub directories (#6443)
1 parent e49ee6d commit 0d8319e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/api/workflow/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// WorkflowAsCodePattern is the default code pattern to find cds files
23-
const WorkflowAsCodePattern = ".cds/**/*.yml"
23+
const WorkflowAsCodePattern = ".cds/*.yml"
2424

2525
// PushOption is the set of options for workflow push
2626
type PushOption struct {

0 commit comments

Comments
 (0)