Skip to content

Commit

Permalink
fix: on-cel-expression typo on openstack populator
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 authored and mnecas committed Dec 2, 2024
1 parent da99f3c commit a04c257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/openstack-populator-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tekton/openstack-populator-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a04c257

Please sign in to comment.