Skip to content

Commit 09fd31b

Browse files
committed
fix
1 parent 4b707b5 commit 09fd31b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ jobs:
121121
run: |
122122
java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123123
124-
- name: Reformat proto files
125-
run: |
126-
buf format -w protos/generated
127-
128-
- name: Post Process Protobuf
129-
run: npm run postprocessing
124+
# - name: Reformat proto files
125+
# run: |
126+
# buf format -w protos/generated
127+
#
128+
# - name: Post Process Protobuf
129+
# run: npm run postprocessing
130130

131131
- name: Configure Git User
132132
run: |

0 commit comments

Comments
 (0)