Skip to content

Commit a18fafe

Browse files
authored
Merge pull request #2861 from hunterkepley/ocm-14567
OCM-14567 | feat: Bump konflux to check for release_1.2.53
2 parents 735228a + 67c7e95 commit a18fafe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/rosa-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "master"
12+
== "release_1.2.53"
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: rh-rosa-cli

.tekton/rosa-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "master"
11+
== "release_1.2.53"
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: rh-rosa-cli

0 commit comments

Comments
 (0)