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