From bdd579b905bdaf5cf32f55126150177acf4f4347 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Thu, 30 Apr 2026 12:58: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 8c23c635..be7d6017 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-.*)$") )