File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : event == "pull_request" && target_branch
11- == "main " && ( "Dockerfile.cosign.rh".pathChanged() || ".tekton/cosign-pull-request.yaml".pathChanged()
11+ == "release-1.2 " && ( "Dockerfile.cosign.rh".pathChanged() || ".tekton/cosign-pull-request.yaml".pathChanged()
1212 || "cmd/***".pathChanged() || "internal/***".pathChanged() || "pkg/***".pathChanged()
1313 || "Build.mak".pathChanged() || "Makefile".pathChanged() || "trigger-konflux-builds.txt".pathChanged()
1414 || "go.mod".pathChanged() || "go.sum".pathChanged() )
@@ -17,7 +17,7 @@ metadata:
1717 appstudio.openshift.io/application : tas-tools-v1-2
1818 appstudio.openshift.io/component : cosign-v1-2
1919 pipelines.appstudio.openshift.io/type : build
20- name : cosign-on-pull-request
20+ name : cosign-v1-2- on-pull-request
2121 namespace : rhtas-tenant
2222spec :
2323 params :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
88 pipelinesascode.tekton.dev/max-keep-runs : " 3"
99 pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10- == "main " && ( "Dockerfile.cosign.rh".pathChanged() || ".tekton/cosign-push.yaml".pathChanged()
10+ == "release-1.2 " && ( "Dockerfile.cosign.rh".pathChanged() || ".tekton/cosign-push.yaml".pathChanged()
1111 || "cmd/***".pathChanged() || "internal/***".pathChanged() || "pkg/***".pathChanged()
1212 || "Build.mak".pathChanged() || "Makefile".pathChanged() || "trigger-konflux-builds.txt".pathChanged()
1313 || "go.mod".pathChanged() || "go.sum".pathChanged() )
@@ -16,7 +16,7 @@ metadata:
1616 appstudio.openshift.io/application : tas-tools-v1-2
1717 appstudio.openshift.io/component : cosign-v1-2
1818 pipelines.appstudio.openshift.io/type : build
19- name : cosign-on-push
19+ name : cosign-v1-2- on-push
2020 namespace : rhtas-tenant
2121spec :
2222 params :
You can’t perform that action at this time.
0 commit comments