Skip to content

Commit ff6e077

Browse files
committed
Merge branch 'main' into jr_kuadrant_upd
2 parents b794221 + 6b2d7e4 commit ff6e077

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.tekton/odh-maas-api-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && !files.all.all(x, x.matches('^docs/') || x.matches('\\.md$'))
12+
== "main" && !files.all.all(x, x.matches('^docs/') || x.matches('\\.md$')
13+
|| x.matches('^(.*/)?(\\.gitignore|OWNERS|PROJECT|LICENSE)$')
14+
|| x.matches('^\\.github/') || x.matches('^\\.tekton/'))
1315
creationTimestamp: null
1416
labels:
1517
appstudio.openshift.io/application: opendatahub-builds

.tekton/odh-maas-controller-pull-request.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "false"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "main" && !files.all.all(x, x.matches('^docs/') || x.matches('\\.md$'))
12+
== "main" && !files.all.all(x, x.matches('^docs/') || x.matches('\\.md$')
13+
|| x.matches('^(.*/)?(\\.gitignore|OWNERS|PROJECT|LICENSE)$')
14+
|| x.matches('^\\.github/') || x.matches('^\\.tekton/'))
1315
creationTimestamp: null
1416
labels:
1517
appstudio.openshift.io/application: opendatahub-builds

0 commit comments

Comments
 (0)