Skip to content

Commit 288c313

Browse files
authored
[release-ocm-2.11] NO-ISSUE: Fix annotations for tekton files (#293)
1 parent 2d1bfd2 commit 288c313

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.tekton/cluster-api-provider-agent-mce-26-pull-request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +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
12-
== "release-ocm-2.11"
11+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-ocm-2.11"
1312
creationTimestamp: null
1413
labels:
1514
appstudio.openshift.io/application: release-mce-26

.tekton/cluster-api-provider-agent-mce-26-push.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +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
11-
== "release-ocm-2.11"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-ocm-2.11"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: release-mce-26

0 commit comments

Comments
 (0)