We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7681e07 commit 24ca37aCopy full SHA for 24ca37a
.tekton/flowlogs-pipeline-ystream-push.yaml
@@ -7,9 +7,9 @@ metadata:
7
build.appstudio.redhat.com/commit_sha: '{{revision}}'
8
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9
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"
+ # switch comment in/out at branch cut / release
+ pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
+ # pipelinesascode.tekton.dev/on-cel-expression: "false"
13
creationTimestamp: null
14
labels:
15
appstudio.openshift.io/application: netobserv-ystream
0 commit comments