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 ee8a44b commit 23954e4Copy full SHA for 23954e4
.tekton/ray-rocm-pull-request.yaml
@@ -11,7 +11,7 @@ metadata:
11
event == "pull_request"
12
&& target_branch == "main"
13
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-pull-request.yaml".pathChanged() )
14
- && ( "images/runtime/ray/rocm/**".pathChanged())
+ && ( !"images/runtime/ray/rocm/**".pathChanged() )
15
creationTimestamp: null
16
labels:
17
appstudio.openshift.io/application: runtime-ray
0 commit comments