Skip to content

Commit 690e6a9

Browse files
authored
Merge pull request #4629 from dlabrecq/next
Update tekton branches to include stage-hccm
2 parents 97c0894 + 8396dc5 commit 690e6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/koku-ui-hccm-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
11-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch in ["main", "prod-hccm"]
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch in ["stage-hccm", "prod-hccm"]
1212
creationTimestamp: null
1313
labels:
1414
appstudio.openshift.io/application: koku-ui-hccm

.tekton/koku-ui-hccm-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
10-
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch in ["main", "prod-hccm"]
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch in ["stage-hccm", "prod-hccm"]
1111
creationTimestamp: null
1212
labels:
1313
appstudio.openshift.io/application: koku-ui-hccm

0 commit comments

Comments
 (0)