File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ metadata:
11
11
event == "push"
12
12
&& target_branch == "rhoai-2.21"
13
13
&& ( !".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()
15
16
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
16
17
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
17
18
|| "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())
19
20
)
20
21
&& !"manifests/base/params-latest.env".pathChanged()
21
22
creationTimestamp : null
You can’t perform that action at this time.
0 commit comments