diff --git a/.tekton/openstack-populator-pull-request.yaml b/.tekton/openstack-populator-pull-request.yaml index fd3231877..b83478ed3 100644 --- a/.tekton/openstack-populator-pull-request.yaml +++ b/.tekton/openstack-populator-pull-request.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-2.7" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator-2-7 diff --git a/.tekton/openstack-populator-push.yaml b/.tekton/openstack-populator-push.yaml index 693fc5942..4a5796be8 100644 --- a/.tekton/openstack-populator-push.yaml +++ b/.tekton/openstack-populator-push.yaml @@ -11,7 +11,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-2.7" && ( ".tekton/openstack-populator-pull-request.yaml".pathChanged() || ".tekton/openstack-populator-push.yaml".pathChanged() || - "build/openstack-populator/Containerfile".pathChanged() || ) + "build/openstack-populator/Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: forklift-operator-2-7