Skip to content

Commit 080cf8a

Browse files
committed
setup tekton for 1.11
1 parent 753919b commit 080cf8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/network-observability-cli-ystream-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/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
event == "pull_request" && target_branch == "main" && (
11+
event == "pull_request" && target_branch == "release-1.11" && (
1212
".tekton/***".pathChanged() ||
1313
".dockerignore".pathChanged() ||
1414
"Dockerfile.downstream".pathChanged() ||

.tekton/network-observability-cli-ystream-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/max-keep-runs: "3"
99
# switch comment in/out at branch cut / release
1010
pipelinesascode.tekton.dev/on-cel-expression: |
11-
event == "push" && target_branch == "main" && (
11+
event == "push" && target_branch == "release-1.11" && (
1212
".tekton/***".pathChanged() ||
1313
".dockerignore".pathChanged() ||
1414
"Dockerfile.downstream".pathChanged() ||

0 commit comments

Comments
 (0)