Skip to content

Commit 827fb5a

Browse files
author
Ashok Guntupalli
committed
revert back the changes
1 parent acf2f17 commit 827fb5a

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)