1 parent 46d1853 commit f55e916Copy full SHA for f55e916
2 files changed
.github/workflows/convert-proto.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
auto-proto-convert:
12
runs-on: ubuntu-latest
13
- if: github.repository == 'opensearch-project/opensearch-protobufs'
+ # if: github.repository == 'opensearch-project/opensearch-protobufs'
14
steps:
15
- name: Checkout Repository
16
uses: actions/checkout@v4
tools/proto-convert/src/config/target_api.yaml
@@ -3,3 +3,4 @@ paths:
3
- /{index}/_bulk
4
- /{index}/_search
5
- /_search
6
+ - /{index}/_doc/{id}:
0 commit comments