From 0b5cb472d09b71cf325c417ba5020f911eb1c3ba Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Wed, 23 Apr 2025 16:32:18 +0200 Subject: [PATCH 1/2] build: trigger new build Signed-off-by: Ruben Romero Montes From 33d2d8d76ca00bb8cc7b639c39ea7494bfefa5e7 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Thu, 24 Apr 2025 13:47:47 +0200 Subject: [PATCH 2/2] build(ci): update trigger expression Signed-off-by: Ruben Romero Montes --- .tekton/exhort-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/exhort-pull-request.yaml b/.tekton/exhort-pull-request.yaml index 9db38667..9d8ac9e6 100644 --- a/.tekton/exhort-pull-request.yaml +++ b/.tekton/exhort-pull-request.yaml @@ -8,7 +8,7 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/cancel-in-progress: "true" pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/exhort-pull-request.yaml".pathChanged() || "ui/*".pathChanged() || "src/*".pathChanged() || "api-spec/*".pathChanged() || "pom.xml".pathChanged() ) && !( event_title.contains("[skip ci]") || event_title.contains("[ci skip]") ) + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( !( event_title.contains("[skip ci]") || event_title.contains("[ci skip]") )) creationTimestamp: null labels: appstudio.openshift.io/application: exhort