diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index d88d02d017..02d7b151c7 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -8,6 +8,7 @@ metadata: build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "500" + pipelinesascode.tekton.dev/on-comment: "/konflux-retest collector-on-push" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( event == "push" && target_branch.matches("^(master|release-.*|refs/tags/.*)$")