Skip to content

Commit 622996b

Browse files
committed
trying using args file
1 parent ed96275 commit 622996b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/args-file-openvino-model-server-odh-poc-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "4"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "konflux-poc" && "Dockerfile.redhat.args".pathChanged()
11+
== "konflux-poc" && ( "Dockerfile.redhat.args".pathChanged() || ".tekton/args-file-openvino-model-server-odh-poc-push.yaml".pathChanged() )
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: odh-release
1515
appstudio.openshift.io/component: openvino-model-server-odh-poc
1616
pipelines.appstudio.openshift.io/type: build
17-
name: openvino-model-server-odh-poc-on-push
17+
name: openvino-model-server-odh-poc-on-args-push
1818
namespace: open-data-hub-tenant
1919
spec:
2020
timeouts:

0 commit comments

Comments
 (0)