From a6bdc967fe760ecc2be7d2bef2152407d7c6aac9 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Wed, 9 Oct 2024 13:21:25 +0000 Subject: [PATCH] [bot] update konflux configuration --- .tekton/tekton-caches-main-cache-pull-request.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.tekton/tekton-caches-main-cache-pull-request.yaml b/.tekton/tekton-caches-main-cache-pull-request.yaml index 6dc1e33e6..36b16eba4 100644 --- a/.tekton/tekton-caches-main-cache-pull-request.yaml +++ b/.tekton/tekton-caches-main-cache-pull-request.yaml @@ -10,6 +10,7 @@ metadata: pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ("upstream/***".pathChanged() || "openshift/patches/***".pathChanged() || "openshift/rpms/***".pathChanged() || + "openshift/dockerfiles/cache.Dockerfile".pathChanged() || ".tekton/cache-pull-request.yaml".pathChanged() || ".tekton/cache-push.yaml".pathChanged() || ".tekton/docker-build.yaml".pathChanged())