File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "devel"
9
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "devel" && ( "must-gather/***".pathChanged() || ".tekton/osc-must-gather-push.yaml".pathChanged() )
10
10
creationTimestamp :
11
11
labels :
12
12
appstudio.openshift.io/application : openshift-sandboxed-containers
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
8
8
pipelinesascode.tekton.dev/max-keep-runs : " 3"
9
- pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "devel"
9
+ pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "devel" && ( "config/peerpods/podvm/***".pathChanged() || ".tekton/osc-podvm-builder-push.yaml".pathChanged() )
10
10
creationTimestamp :
11
11
labels :
12
12
appstudio.openshift.io/application : openshift-sandboxed-containers
You can’t perform that action at this time.
0 commit comments