Skip to content

Commit 24ca37a

Browse files
authored
Konflux: switch back to main (#1017)
1 parent 7681e07 commit 24ca37a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.tekton/flowlogs-pipeline-ystream-push.yaml

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

0 commit comments

Comments
 (0)