From 974bf3c084bf2ac4d0f169ed8bbf072c81861d19 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Thu, 30 Apr 2026 13:23:59 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index e25b4c1..05404aa 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -8,7 +8,8 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "10" pipelinesascode.tekton.dev/on-cel-expression: |- ( - event == "push" && ( + event == "push" && + !last_commit_title.contains("ci skip") && ( source_branch.matches("^(main|master|release-.*)$") || target_branch.matches("^(main|master|release-.*)$") )