diff --git a/.tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml b/.tekton/fedora-bootc-rawhide-standard-pull-request.yaml similarity index 97% rename from .tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml rename to .tekton/fedora-bootc-rawhide-standard-pull-request.yaml index df0945e..c76d8ed 100644 --- a/.tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml +++ b/.tekton/fedora-bootc-rawhide-standard-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-standard.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged() - || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-on-pull-request.yaml".pathChanged() + || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-pull-request.yaml".pathChanged() || "Containerfile".pathChanged() ) creationTimestamp: null labels: diff --git a/.tekton/fedora-bootc-rawhide-standard-on-push.yaml b/.tekton/fedora-bootc-rawhide-standard-push.yaml similarity index 86% rename from .tekton/fedora-bootc-rawhide-standard-on-push.yaml rename to .tekton/fedora-bootc-rawhide-standard-push.yaml index 43837e7..cb3077a 100644 --- a/.tekton/fedora-bootc-rawhide-standard-on-push.yaml +++ b/.tekton/fedora-bootc-rawhide-standard-push.yaml @@ -8,7 +8,9 @@ metadata: pipelinesascode.tekton.dev/cancel-in-progress: "false" pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" + == "main" && ( "./fedora-standard.yaml".pathChanged() || "./fedora-includes/generic.yaml".pathChanged() + || "./standard/***".pathChanged() || ".tekton/fedora-bootc-rawhide-standard-push.yaml".pathChanged() + || "Containerfile".pathChanged() ) creationTimestamp: null labels: appstudio.openshift.io/application: fedora-bootc-rawhide