Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Oct 9, 2024
1 parent eaa8eee commit 3722c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/tekton-caches-main-cache-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "main" &&
("upstream/***".pathChanged() || "openshift/patches/***".pathChanged() || "openshift/rpms/***".pathChanged() ||
".tekton/cache-pull-request.yaml".pathChanged() ||
".tekton/cache-push.yaml".pathChanged() ||
"openshift/dockerfiles/cache.Dockerfile".pathChanged() ||
".tekton/tekton-caches-main-cache-pull-request.yaml".pathChanged() ||
".tekton/docker-build.yaml".pathChanged())
creationTimestamp: null
labels:
Expand Down
3 changes: 1 addition & 2 deletions .tekton/tekton-caches-main-cache-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ metadata:
== "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/tekton-caches-main-cache-push.yaml".pathChanged() ||
".tekton/docker-build.yaml".pathChanged())
creationTimestamp: null
labels:
Expand Down

0 comments on commit 3722c4f

Please sign in to comment.