Skip to content

Commit acf2f17

Browse files
author
Ashok Guntupalli
committed
Update renovate and on-cel expression changes
1 parent 8cb44f6 commit acf2f17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/managed-cluster-validating-webhooks-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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: event == |
11+
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "pull_request"
1313
&& target_branch == "master"
1414
&& ("**/*.go".pathChanged() ||

.tekton/managed-cluster-validating-webhooks-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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: event == |
10+
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "master"
1313
&& ("**/*.go".pathChanged() ||

0 commit comments

Comments
 (0)