We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72bb8e6 + 403db4a commit 25a8511Copy full SHA for 25a8511
.tekton/odh-trainer-v3-2-push.yaml
@@ -9,7 +9,7 @@ metadata:
9
pipelinesascode.tekton.dev/max-keep-runs: "3"
10
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
11
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
12
- == "rhoai-3.2" && ".tekton/odh-trainer-v3-2-push.yaml".pathChanged()
+ == "rhoai-3.2" && ( !".tekton/**".pathChanged() || ".tekton/odh-trainer-v3-2-push.yaml".pathChanged() )
13
creationTimestamp: null
14
labels:
15
appstudio.openshift.io/application: rhoai-v3-2
0 commit comments