Skip to content

Commit 33d2d8d

Browse files
committed
build(ci): update trigger expression
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 0b5cb47 commit 33d2d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/exhort-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( ".tekton/exhort-pull-request.yaml".pathChanged() || "ui/*".pathChanged() || "src/*".pathChanged() || "api-spec/*".pathChanged() || "pom.xml".pathChanged() ) && !( event_title.contains("[skip ci]") || event_title.contains("[ci skip]") )
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( !( event_title.contains("[skip ci]") || event_title.contains("[ci skip]") ))
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: exhort

0 commit comments

Comments
 (0)