Skip to content

Commit 14f28e5

Browse files
committed
Freeze: disable on-push triggers
1 parent 026c761 commit 14f28e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.tekton/network-observability-cli-ystream-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ metadata:
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
9-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10-
== "main"
9+
# TODO: re-enable after 1.9 release
10+
# pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11+
pipelinesascode.tekton.dev/on-cel-expression: false
1112
creationTimestamp: null
1213
labels:
1314
appstudio.openshift.io/application: netobserv-ystream

0 commit comments

Comments
 (0)