We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026c761 commit 14f28e5Copy full SHA for 14f28e5
.tekton/network-observability-cli-ystream-push.yaml
@@ -6,8 +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
- pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10
- == "main"
+ # TODO: re-enable after 1.9 release
+ # pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main"
11
+ pipelinesascode.tekton.dev/on-cel-expression: false
12
creationTimestamp: null
13
labels:
14
appstudio.openshift.io/application: netobserv-ystream
0 commit comments