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