Skip to content

Commit 226a2fe

Browse files
github-actions[bot]sutaakar
authored andcommitted
CI: update Tekton pipelines
- Pull pipelines use odh-pr tag - Push pipelines use odh-stable tag - Target branch: main
1 parent 916e0df commit 226a2fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/trainer-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1010
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
12-
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
13-
== "stable"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && (target_branch
13+
== "main" || target_branch == "stable")
1414
creationTimestamp: null
1515
labels:
1616
appstudio.openshift.io/application: opendatahub-builds

0 commit comments

Comments
 (0)