Skip to content

Commit c0c6a1d

Browse files
authored
updated tekton (#4432)
1 parent 2bc2c2a commit c0c6a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/odh-dashboard-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "odh-release"
11+
== "odh-release" && !("frontend/.env".pathChanged()) && !("manifests/odh/params.env".pathChanged())
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: opendatahub-release

0 commit comments

Comments
 (0)