File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ metadata:
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1010 pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11- == "main"
11+ == "main" &&
12+ (
13+ " .tekton/rhtap-task-runner-pull-request.yaml" .pathChanged() ||
14+ " Dockerfile" .pathChanged() ||
15+ " rhtap/***" .pathChanged() ||
16+ " tools/***" .pathChanged()
17+ )
1218 creationTimestamp : null
1319 labels :
1420 appstudio.openshift.io/application : rhtap-task-runner
Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ metadata:
77 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
88 pipelinesascode.tekton.dev/max-keep-runs : " 3"
99 pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
10- == "main"
10+ == "main" &&
11+ (
12+ " .tekton/rhtap-task-runner-push.yaml" .pathChanged() ||
13+ " Dockerfile" .pathChanged() ||
14+ " rhtap/***" .pathChanged() ||
15+ " tools/***" .pathChanged()
16+ )
1117 creationTimestamp : null
1218 labels :
1319 appstudio.openshift.io/application : rhtap-task-runner
You can’t perform that action at this time.
0 commit comments