From 02ebf826d8255f0382796a6dc10a374665bbc521 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurlov Date: Tue, 3 Mar 2026 16:06:48 +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 402d808f..68571301 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/.*|konflux/.*)$")