Skip to content

Commit d64bf69

Browse files
committed
test
1 parent 305e3f2 commit d64bf69

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
auto-proto-convert:
1515
runs-on: ubuntu-latest
16-
if: github.repository == 'opensearch-project/opensearch-protobufs'
16+
# if: github.repository == 'opensearch-project/opensearch-protobufs'
1717
steps:
1818
- name: Checkout Repository
1919
uses: actions/checkout@v4

tools/proto-convert/src/config/spec-filter.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ paths:
66
# Schemas to exclude from proto generation
77
# These schemas and their nested dependencies will not be included
88
excluded_schemas:
9-
- AggregationContainer
109
- Aggregate
1110
- Suggester
1211
- Suggest
@@ -35,3 +34,5 @@ excluded_schemas:
3534
- TypeQuery
3635
- WrapperQuery
3736
- XyShapeQuery
37+
- AdjacencyMatrixAggregation
38+
- AutoDateHistogramAggregation

0 commit comments

Comments
 (0)