From edc36620f2dd726edf8ae7b711450d35bba8791c Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Thu, 19 Feb 2026 12:12:59 +0100 Subject: [PATCH] Add on-comment trigger for fact-on-push --- .tekton/fact-build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tekton/fact-build.yaml b/.tekton/fact-build.yaml index 18d0c803..80e61872 100644 --- a/.tekton/fact-build.yaml +++ b/.tekton/fact-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 fact-on-push" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*)$")