From 41cf2ddae69cec12b4c2a4bf039302fe4847cc6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Apr 2026 12:41:18 +0000 Subject: [PATCH] CI: update Tekton pipelines - Pull pipelines use odh-pr tag - Push pipelines use odh-stable tag - Target branch: main --- .tekton/trainer-pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/trainer-pull-request.yaml b/.tekton/trainer-pull-request.yaml index 7978f3ec4c..ca58419383 100644 --- a/.tekton/trainer-pull-request.yaml +++ b/.tekton/trainer-pull-request.yaml @@ -9,8 +9,8 @@ metadata: build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' pipelinesascode.tekton.dev/cancel-in-progress: "false" pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "stable" + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && (target_branch + == "main" || target_branch == "stable") creationTimestamp: null labels: appstudio.openshift.io/application: opendatahub-builds