Skip to content

Commit 66be233

Browse files
authored
Konflux: switch back to main (#325)
1 parent 4544ed5 commit 66be233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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-
# 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"
9+
# switch comment in/out at branch cut / release
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11+
# pipelinesascode.tekton.dev/on-cel-expression: "false"
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: netobserv-ystream

0 commit comments

Comments
 (0)