We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4544ed5 commit 66be233Copy full SHA for 66be233
.tekton/network-observability-cli-ystream-push.yaml
@@ -6,9 +6,9 @@ metadata:
6
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8
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"
+ # 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"
12
creationTimestamp: null
13
labels:
14
appstudio.openshift.io/application: netobserv-ystream
0 commit comments