Skip to content

Commit 23954e4

Browse files
authored
Update ray-rocm-pull-request.yaml
1 parent ee8a44b commit 23954e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/ray-rocm-pull-request.yaml

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

0 commit comments

Comments
 (0)