File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments