From f0cd3ab513225b8e4b6a0d9c3b439c810cce71ce Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Wed, 12 Feb 2025 18:19:16 +0100 Subject: [PATCH] Introduce rpmbuild tekton pipeline Resolves: RHEL-79677 --- .tekton/rhel-10-gd-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/rhel-10-gd-push.yaml b/.tekton/rhel-10-gd-push.yaml index 1ef8666..bf6ebcc 100644 --- a/.tekton/rhel-10-gd-push.yaml +++ b/.tekton/rhel-10-gd-push.yaml @@ -7,7 +7,7 @@ metadata: build.appstudio.redhat.com/commit_sha: '{{ revision }}' build.appstudio.redhat.com/target_branch: '{{ target_branch }}' pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" creationTimestamp: null labels: appstudio.openshift.io/application: rhel-10-workload-apps-unsorted