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 569219d commit 2f9e1a8Copy full SHA for 2f9e1a8
.tekton/network-observability-console-plugin-ystream-push.yaml
@@ -8,8 +8,8 @@ metadata:
8
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9
pipelinesascode.tekton.dev/max-keep-runs: "3"
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"
+ 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