Skip to content

Commit 25a8511

Browse files
authored
Merge pull request #60 from red-hat-data-services/dchouras-3.2
enabling CI for generic cases
2 parents 72bb8e6 + 403db4a commit 25a8511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/odh-trainer-v3-2-push.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
build.appstudio.openshift.io/build-nudge-files: "build/operator-nudging.yaml"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
12-
== "rhoai-3.2" && ".tekton/odh-trainer-v3-2-push.yaml".pathChanged()
12+
== "rhoai-3.2" && ( !".tekton/**".pathChanged() || ".tekton/odh-trainer-v3-2-push.yaml".pathChanged() )
1313
creationTimestamp: null
1414
labels:
1515
appstudio.openshift.io/application: rhoai-v3-2

0 commit comments

Comments
 (0)