Skip to content

Commit

Permalink
keep more builds (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishi0x01 authored Oct 23, 2024
1 parent 3dbe358 commit a2117f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/github-mirror-master-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
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/max-keep-runs: "10"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "master"
creationTimestamp: null
Expand Down
2 changes: 1 addition & 1 deletion .tekton/github-mirror-master-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
build.appstudio.openshift.io/repo: https://github.com/app-sre/github-mirror?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/max-keep-runs: "25"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "master"
creationTimestamp: null
Expand Down

0 comments on commit a2117f0

Please sign in to comment.