We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742dec8 commit 844cf0bCopy full SHA for 844cf0b
1 file changed
.tekton/ec-cli-pull-request.yaml
@@ -8,7 +8,7 @@ metadata:
8
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9
pipelinesascode.tekton.dev/max-keep-runs: "3"
10
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11
- == "ec-release-debugging"
+ == "ec-release-debugging" && files.all.exists(x, x.matches('pkg/'))
12
creationTimestamp: null
13
labels:
14
appstudio.openshift.io/application: ec-release-debugging
0 commit comments