Skip to content

Commit 00c4dfc

Browse files
authored
Update odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml
1 parent 6c15d20 commit 00c4dfc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ metadata:
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
1313
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/pytorch/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged()
14+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
15+
("jupyter/pytorch/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged()
1516
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
1617
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
1718
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64/**".pathChanged()
18-
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged()
19+
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged())
1920
)
2021
&& !"manifests/base/params-latest.env".pathChanged()
2122
creationTimestamp: null

0 commit comments

Comments
 (0)