From 47009ee06f2d9e34b13a0d4a6b8f2126447e5502 Mon Sep 17 00:00:00 2001 From: idp-bot Date: Thu, 30 Apr 2026 14:15:55 +0000 Subject: [PATCH] auto update doc build config for doc pipeline --- .tekton/doc-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/doc-build.yaml b/.tekton/doc-build.yaml index 0918b2b..712df91 100644 --- a/.tekton/doc-build.yaml +++ b/.tekton/doc-build.yaml @@ -8,10 +8,10 @@ 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-.*)$") || - target_branch.startsWith("refs/tags/") + target_branch.matches("^(main|master|release-.*)$") ) ) spec: