Skip to content

Commit 6c15d20

Browse files
authored
Update odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml
1 parent 3c485fd commit 6c15d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged())
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()) )
1515
&& !"manifests/base/params-latest.env".pathChanged()
1616
creationTimestamp: null
1717
labels:

0 commit comments

Comments
 (0)