We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e27abb commit f4065a6Copy full SHA for f4065a6
1 file changed
.tekton/verify-enterprise-contract-task-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" && files.all.exists(x, x.matches('.tekton|tasks/verify-enterprise-contract/'))
+ == "ec-release-debugging" && files.all.exists(x, x.matches('.tekton/|tasks/verify-enterprise-contract/'))
12
creationTimestamp: null
13
labels:
14
appstudio.openshift.io/application: ec-release-debugging
0 commit comments