Skip to content

Commit 940fcc0

Browse files
committed
test
1 parent c1df177 commit 940fcc0

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
auto-proto-convert:
1212
runs-on: ubuntu-latest
13-
if: github.repository == 'opensearch-project/opensearch-protobufs'
13+
# if: github.repository == 'opensearch-project/opensearch-protobufs'
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4
@@ -26,11 +26,6 @@ jobs:
2626
distribution: temurin
2727
java-version: 17
2828

29-
- name: Install buf
30-
run: |
31-
npm install -g @bufbuild/buf
32-
buf --version
33-
3429
- name: Download Release Assets
3530
uses: robinraju/release-downloader@v1
3631
with:
@@ -121,10 +116,6 @@ jobs:
121116
run: |
122117
java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123118
124-
- name: Reformat proto files
125-
run: |
126-
buf format -w protos/generated
127-
128119
- name: Post Process Protobuf
129120
run: npm run postprocessing
130121

0 commit comments

Comments
 (0)