Skip to content

Commit

Permalink
updated CEL expression for konflux
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn committed Sep 3, 2024
1 parent fec8e22 commit ee14983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/renovat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"addLabels": ["ok-to-test"],
"baseBranches": ["/(^main$)|(^backplane-2\\.(4|5|6)$)/"],
"rebaseWhen": "behind-base-branch",
"recreateWhen": "never",
"reviewersFromCodeOwners": true,
"rollbackPrs": true,
"schedule": ["before 8am on tuesday and thursday"],
"timezone": "America/New_York"
}
2 changes: 1 addition & 1 deletion .tekton/discovery-operator-mce-27-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
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
== "backplane-2.7"
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: release-mce-27
Expand Down
2 changes: 1 addition & 1 deletion .tekton/discovery-operator-mce-27-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
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
== "backplane-2.7"
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: release-mce-27
Expand Down

0 comments on commit ee14983

Please sign in to comment.