Skip to content

Commit

Permalink
.tekton: fix on-cel-expression for operaton-main-bundle on pull-requests
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
vdemeester committed Oct 4, 2024
1 parent 89b718c commit 864ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/operator-main-bundle-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" &&
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(".tekton/operator-main-bundle-push.yaml".pathChanged() ||
".tekton/operator-main-bundle-pull-request.yaml".pathChanged() ||
"image-mapping.yaml".pathChanged() ||

0 comments on commit 864ab13

Please sign in to comment.