File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,14 @@ 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+ (".tekton/***".pathChanged() ||
13+ " catalog.Dockerfile.downstream" .pathChanged() ||
14+ " catalog/***" .pathChanged() ||
15+ " hack/update-build.sh" .pathChanged() ||
16+ " hack/bundle_digest.sh" .pathChanged() ||
17+ " hack/patch_catalog.py" .pathChanged() ||
18+ " hack/patch_csv.py" .pathChanged())
1219 creationTimestamp : null
1320 labels :
1421 appstudio.openshift.io/application : fbc-v4-18
3845 pipelineRef :
3946 name : build-fbc-pipeline
4047 workspaces :
48+ - name : workspace
49+ volumeClaimTemplate :
50+ metadata :
51+ creationTimestamp : null
52+ spec :
53+ accessModes :
54+ - ReadWriteOnce
55+ resources :
56+ requests :
57+ storage : 1Gi
58+ status : {}
4159 - name : git-auth
4260 secret :
4361 secretName : ' {{ git_auth_secret }}'
Original file line number Diff line number Diff line change 4040 pipelineRef :
4141 name : build-fbc-pipeline
4242 workspaces :
43+ - name : workspace
44+ volumeClaimTemplate :
45+ metadata :
46+ creationTimestamp : null
47+ spec :
48+ accessModes :
49+ - ReadWriteOnce
50+ resources :
51+ requests :
52+ storage : 1Gi
53+ status : {}
4354 - name : git-auth
4455 secret :
4556 secretName : ' {{ git_auth_secret }}'
You can’t perform that action at this time.
0 commit comments