We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cecd3c commit d8ecb87Copy full SHA for d8ecb87
.tekton/lightspeed-rag-tool-push.yaml
@@ -10,7 +10,7 @@ metadata:
10
pipelinesascode.tekton.dev/on-cel-expression: |
11
event == "push" &&
12
target_branch == "main" &&
13
- (".tekton/lightspeed-rag-tool-on-push.yaml".pathChanged() || "artifacts.lock.yaml".pathChanged() || "rpms.lock.yaml".pathChanged() || "requirements*".pathChanged() || "byok/***".pathChanged() || "embeddings_model/***".pathChanged())
+ (".tekton/lightspeed-rag-tool-push.yaml".pathChanged() || "artifacts.lock.yaml".pathChanged() || "rpms.lock.yaml".pathChanged() || "requirements*".pathChanged() || "byok/***".pathChanged() || "embeddings_model/***".pathChanged())
14
creationTimestamp: null
15
labels:
16
appstudio.openshift.io/application: rag-tool
0 commit comments