Skip to content

Commit 0551d31

Browse files
committed
tekton: fix pathChanged
1 parent 47394ac commit 0551d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/network-observability-operator-bundle-ystream-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
1111
== "main" && (".tekton/***".pathChanged() || "bundle.Dockerfile.downstream".pathChanged()
12-
|| "bundle/***".pathChanged() || "./requirements.txt".pathChanged() || "hack/update-build.sh".pathChanged()
12+
|| "bundle/***".pathChanged() || "requirements.txt".pathChanged() || "hack/update-build.sh".pathChanged()
1313
|| "hack/patch_csv.py".pathChanged())
1414
creationTimestamp: null
1515
labels:

.tekton/network-observability-operator-bundle-ystream-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
# TODO: re-enable after 1.9 release
1111
# pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1212
# == "main" && (".tekton/***".pathChanged() || "bundle.Dockerfile.downstream".pathChanged()
13-
# || "bundle/***".pathChanged() || "./requirements.txt".pathChanged() || "hack/update-build.sh".pathChanged()
13+
# || "bundle/***".pathChanged() || "requirements.txt".pathChanged() || "hack/update-build.sh".pathChanged()
1414
# || "hack/nudging/container_digest.sh".pathChanged() || "hack/patch_csv.py".pathChanged())
1515
pipelinesascode.tekton.dev/on-cel-expression: false
1616
creationTimestamp: null

0 commit comments

Comments
 (0)