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:
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
10
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
+ )
12
18
creationTimestamp : null
13
19
labels :
14
20
appstudio.openshift.io/application : rhtap-task-runner
Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ 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 : 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
+ )
11
17
creationTimestamp : null
12
18
labels :
13
19
appstudio.openshift.io/application : rhtap-task-runner
You can’t perform that action at this time.
0 commit comments