Skip to content

Commit c2f31eb

Browse files
committed
Update tekton for release-1.10-pf4
1 parent 54dae16 commit c2f31eb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.tekton/network-observability-console-plugin-pf4-ystream-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main-pf4"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-1.10-pf4"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: netobserv-ystream

.tekton/network-observability-console-plugin-pf4-ystream-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
build.appstudio.redhat.com/commit_sha: '{{revision}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "main-pf4"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-1.10-pf4"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: netobserv-ystream

0 commit comments

Comments
 (0)