Skip to content

Commit ee8a44b

Browse files
authored
Update ray-rocm-push.yaml
1 parent 6e3050f commit ee8a44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/ray-rocm-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
event == "push"
1111
&& target_branch == "main"
1212
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-push.yaml".pathChanged() )
13-
&& ( "images/runtime/ray/rocm/**".pathChanged())
13+
&& ( !"images/runtime/ray/rocm/**".pathChanged() )
1414
creationTimestamp: null
1515
labels:
1616
appstudio.openshift.io/application: runtime-ray

0 commit comments

Comments
 (0)