We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e493ce commit 6926eefCopy full SHA for 6926eef
pkg/prowgen/prowgen_tests.go
@@ -38,7 +38,7 @@ const (
38
// Phony targets in Makefile that should be skipped.
39
makefilePhonyTarget = ".PHONY"
40
// Files which do not require to run builds on Prow
41
- prowSkipIfOnlyChangedFiles = "^.tekton/.*|^.konflux.*|^.github/.*|^rpms.lock.yaml$|^hack/.*|^OWNERS.*|.*\\.md"
+ prowSkipIfOnlyChangedFiles = "^.tekton/.*|^.konflux.*|^.github/.*|^rpms.lock.yaml$|^hack/(?!lib/).*|^OWNERS.*|.*\\.md"
42
)
43
44
// Makefile targets can be defined in multiple ways:
0 commit comments