Skip to content

Commit

Permalink
change cel expression for tekton PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ckhordiasma committed Nov 20, 2024
1 parent 0c2dcc6 commit 0c77b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 == "pull_request" && target_branch == "rhoai-2.16" && !matches(source_branch, "^konflux/mintmaker")
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "rhoai-2.16" && !matches(source_branch, "^konflux/references")
creationTimestamp:
labels:
appstudio.openshift.io/application: rhoai-v2-16
Expand Down

0 comments on commit 0c77b4d

Please sign in to comment.