Skip to content

Commit 2e7d7e7

Browse files
authored
Update odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml
1 parent 1876c42 commit 2e7d7e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14-
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged()) )
15-
&& !"manifests/base/params-latest.env".pathChanged()
13+
&& !("manifests/base/params-latest.env".pathChanged())
14+
&& ( ".tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
15+
"jupyter/utils/**".pathChanged() ||
16+
"jupyter/minimal/ubi9-python-3.11/**".pathChanged() )
17+
1618
creationTimestamp: null
1719
labels:
1820
appstudio.openshift.io/application: external-rhoai-v2-21

0 commit comments

Comments
 (0)