Skip to content

Commit 980252c

Browse files
sync pipelineruns with konflux-central - ac3abbe
1 parent c791a0a commit 980252c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/odh-data-science-pipelines-argo-argoexec-v3-3-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-3.3"
14-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-data-science-pipelines-argo-argoexec-v3-3-push.yaml".pathChanged() )
14+
&& ( files.all.exists(p, !p.matches('^\\.tekton/')) || ".tekton/odh-data-science-pipelines-argo-argoexec-v3-3-push.yaml".pathChanged() )
1515
labels:
1616
appstudio.openshift.io/application: rhoai-v3-3
1717
appstudio.openshift.io/component: odh-data-science-pipelines-argo-argoexec-v3-3

.tekton/odh-data-science-pipelines-argo-workflowcontroller-v3-3-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-3.3"
14-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-data-science-pipelines-argo-workflowcontroller-v3-3-push.yaml".pathChanged() )
14+
&& ( files.all.exists(p, !p.matches('^\\.tekton/')) || ".tekton/odh-data-science-pipelines-argo-workflowcontroller-v3-3-push.yaml".pathChanged() )
1515
labels:
1616
appstudio.openshift.io/application: rhoai-v3-3
1717
appstudio.openshift.io/component: odh-data-science-pipelines-argo-workflowcontroller-v3-3

0 commit comments

Comments
 (0)