We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9fd23 commit 1e7cfe6Copy full SHA for 1e7cfe6
.tekton/network-observability-cli-ystream-push.yaml
@@ -7,8 +7,8 @@ metadata:
7
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8
pipelinesascode.tekton.dev/max-keep-runs: "3"
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"
+ # 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