Skip to content

Commit f525b8d

Browse files
author
idp-bot
committed
auto update doc build config for doc pipeline
1 parent d9b1d27 commit f525b8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.tekton/doc-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ metadata:
88
pipelinesascode.tekton.dev/max-keep-runs: "10"
99
pipelinesascode.tekton.dev/on-cel-expression: |-
1010
(
11-
event == "push" && (
11+
event == "push" &&
12+
!last_commit_title.contains("ci skip") && (
1213
source_branch.matches("^(main|master|release-.*)$") ||
1314
target_branch.matches("^(main|master|release-.*)$")
1415
)

0 commit comments

Comments
 (0)