Skip to content

Commit 26e9b5f

Browse files
authored
Update odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml
1 parent e61bd85 commit 26e9b5f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
16-
|| ("runtimes/datascience/ubi9-python-3.11/**".pathChanged() )
17-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& ( "runtimes/datascience/ubi9-python-3.11/**".pathChanged() ||
15+
".tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"manifests/base/params-latest.env".pathChanged() )
1817
creationTimestamp: null
1918
labels:
2019
appstudio.openshift.io/application: external-rhoai-v2-21

0 commit comments

Comments
 (0)