Skip to content

Commit

Permalink
Restrict konflux to test branch (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade committed Jul 1, 2024
1 parent 4f66615 commit d0df9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-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
== "main"
== "konflux-test"
creationTimestamp: null
labels:
appstudio.openshift.io/application: netobserv-operator
Expand Down
2 changes: 1 addition & 1 deletion .tekton/network-observability-operator-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
== "main"
== "konflux-test"
creationTimestamp: null
labels:
appstudio.openshift.io/application: netobserv-operator
Expand Down

0 comments on commit d0df9a9

Please sign in to comment.