Skip to content

Commit 9c3f803

Browse files
committed
Update tekton for release-1.10
1 parent 2f9fd23 commit 9c3f803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/network-observability-cli-ystream-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/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11-
== "main"
11+
== "release-1.10"
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: netobserv-ystream

.tekton/network-observability-cli-ystream-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/max-keep-runs: "3"
99
# switch comment in/out at branch cut / release
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-1.10"
1111
# pipelinesascode.tekton.dev/on-cel-expression: "false"
1212
creationTimestamp: null
1313
labels:

0 commit comments

Comments
 (0)