From 1c3891199cd2aa33982902c8ffeee1100d375995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Tue, 13 May 2025 15:05:20 +0200 Subject: [PATCH] Use the pipelinerun filename expected by conflux --- ...uest.yaml => fedora-bootc-rawhide-minimal-pull-request.yaml} | 2 +- ...imal-on-push.yaml => fedora-bootc-rawhide-minimal-push.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .tekton/{fedora-bootc-rawhide-minimal-on-pull-request.yaml => fedora-bootc-rawhide-minimal-pull-request.yaml} (97%) rename .tekton/{fedora-bootc-rawhide-minimal-on-push.yaml => fedora-bootc-rawhide-minimal-push.yaml} (100%) diff --git a/.tekton/fedora-bootc-rawhide-minimal-on-pull-request.yaml b/.tekton/fedora-bootc-rawhide-minimal-pull-request.yaml similarity index 97% rename from .tekton/fedora-bootc-rawhide-minimal-on-pull-request.yaml rename to .tekton/fedora-bootc-rawhide-minimal-pull-request.yaml index b987ed3..fa761ce 100644 --- a/.tekton/fedora-bootc-rawhide-minimal-on-pull-request.yaml +++ b/.tekton/fedora-bootc-rawhide-minimal-pull-request.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( "./fedora-minimal.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged() - || "./minimal/***".pathChanged() || ".tekton/fedora-bootc-rawhide-minimal-on-pull-request.yaml".pathChanged() + || "./minimal/***".pathChanged() || ".tekton/fedora-bootc-rawhide-minimal-pull-request.yaml".pathChanged() || "Containerfile".pathChanged() ) creationTimestamp: null labels: diff --git a/.tekton/fedora-bootc-rawhide-minimal-on-push.yaml b/.tekton/fedora-bootc-rawhide-minimal-push.yaml similarity index 100% rename from .tekton/fedora-bootc-rawhide-minimal-on-push.yaml rename to .tekton/fedora-bootc-rawhide-minimal-push.yaml