1 parent 4b707b5 commit 09fd31bCopy full SHA for 09fd31b
1 file changed
.github/workflows/convert-proto.yml
@@ -121,12 +121,12 @@ jobs:
121
run: |
122
java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123
124
- - name: Reformat proto files
125
- run: |
126
- buf format -w protos/generated
127
-
128
- - name: Post Process Protobuf
129
- run: npm run postprocessing
+# - name: Reformat proto files
+# run: |
+# buf format -w protos/generated
+#
+# - name: Post Process Protobuf
+# run: npm run postprocessing
130
131
- name: Configure Git User
132
0 commit comments