From 3f25a6c5a80c674b4c1f019ceeff5bfe64dc06e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Mon, 30 Jun 2025 10:41:19 +0200 Subject: [PATCH] Add missing 'or' to 'on-cel-expression' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Martín --- .tekton/fedora-bootc-42-iot-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/fedora-bootc-42-iot-pull-request.yaml b/.tekton/fedora-bootc-42-iot-pull-request.yaml index 71184f5..edfaa1b 100644 --- a/.tekton/fedora-bootc-42-iot-pull-request.yaml +++ b/.tekton/fedora-bootc-42-iot-pull-request.yaml @@ -20,7 +20,7 @@ metadata: "fedora-includes/generic.yaml".pathChanged() || "minimal.yaml".pathChanged() || "minimal/***".pathChanged() || - "minimal-plus.hidden.yaml".pathChanged() + "minimal-plus.hidden.yaml".pathChanged() || "minimal-plus/***".pathChanged() || "iot.yaml".pathChanged() || "iot/***".pathChanged()