Skip to content

Commit 895570f

Browse files
sync pipelineruns with konflux-central - 0fd577d
1 parent ecfdc0a commit 895570f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/odh-data-science-pipelines-argo-argoexec-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.25"
14-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-data-science-pipelines-argo-argoexec-v2-25-push.yaml".pathChanged() )
14+
&& ( files.all.exists(p, !p.matches('^\\.tekton/')) || ".tekton/odh-data-science-pipelines-argo-argoexec-v2-25-push.yaml".pathChanged() )
1515
labels:
1616
appstudio.openshift.io/application: rhoai-v2-25
1717
appstudio.openshift.io/component: odh-data-science-pipelines-argo-argoexec-v2-25

.tekton/odh-data-science-pipelines-argo-workflowcontroller-v2-25-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.25"
14-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-data-science-pipelines-argo-workflowcontroller-v2-25-push.yaml".pathChanged() )
14+
&& ( files.all.exists(p, !p.matches('^\\.tekton/')) || ".tekton/odh-data-science-pipelines-argo-workflowcontroller-v2-25-push.yaml".pathChanged() )
1515
labels:
1616
appstudio.openshift.io/application: rhoai-v2-25
1717
appstudio.openshift.io/component: odh-data-science-pipelines-argo-workflowcontroller-v2-25

0 commit comments

Comments
 (0)