File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ metadata:
11
11
event == "pull_request"
12
12
&& target_branch == "main"
13
13
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-pull-request.yaml".pathChanged() )
14
- && !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
15
14
creationTimestamp : null
16
15
labels :
17
16
appstudio.openshift.io/application : runtime-ray
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
- event == "pull_request "
10
+ event == "push "
11
11
&& target_branch == "main"
12
12
&& ( !".tekton/**".pathChanged() || ".tekton/ray-cuda-push.yaml".pathChanged() )
13
- && !(".tekton/ray-rcom-pull.yaml".pathChanged() && !".tekton/ray-rcom-push.yaml".pathChanged())
14
13
creationTimestamp : null
15
14
labels :
16
15
appstudio.openshift.io/application : runtime-ray
@@ -478,4 +477,4 @@ spec:
478
477
secret :
479
478
secretName : ' {{ git_auth_secret }}'
480
479
status : {}
481
- # restart
480
+
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ metadata:
11
11
event == "pull_request"
12
12
&& target_branch == "main"
13
13
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-pull-request.yaml".pathChanged() )
14
- && !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
15
14
creationTimestamp : null
16
15
labels :
17
16
appstudio.openshift.io/application : runtime-ray
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
9
pipelinesascode.tekton.dev/on-cel-expression : |
10
- event == "pull_request "
10
+ event == "push "
11
11
&& target_branch == "main"
12
12
&& ( !".tekton/**".pathChanged() || ".tekton/ray-rocm-push.yaml".pathChanged() )
13
13
&& !(".tekton/ray-cuda-pull.yaml".pathChanged() && !".tekton/ray-cuda-push.yaml".pathChanged())
You can’t perform that action at this time.
0 commit comments