File tree Expand file tree Collapse file tree 3 files changed +4
-20
lines changed
Expand file tree Collapse file tree 3 files changed +4
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,13 +8,8 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/cancel-in-progress : " true"
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
11- pipelinesascode.tekton.dev/on-cel-expression : |
12- event == "pull_request"
13- && target_branch == "master"
14- && ("**/*.go".pathChanged() ||
15- "**/go.*".pathChanged() ||
16- "build/Dockerfile".pathChanged() ||
17- ".tekton/managed-cluster-validating-webhooks-pull-request.yaml".pathChanged() )
11+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12+ == "master"
1813 creationTimestamp : null
1914 labels :
2015 appstudio.openshift.io/application : managed-cluster-validating-webhooks
Original file line number Diff line number Diff line change @@ -7,13 +7,8 @@ metadata:
77 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
88 pipelinesascode.tekton.dev/cancel-in-progress : " false"
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : |
11- event == "push"
12- && target_branch == "master"
13- && ("**/*.go".pathChanged() ||
14- "**/go.*".pathChanged() ||
15- "build/Dockerfile".pathChanged() ||
16- ".tekton/managed-cluster-validating-webhooks-operator-push.yaml".pathChanged() )
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11+ == "master"
1712 creationTimestamp : null
1813 labels :
1914 appstudio.openshift.io/application : managed-cluster-validating-webhooks
You can’t perform that action at this time.
0 commit comments