1 parent 4c2b405 commit fcd6597Copy full SHA for fcd6597
1 file changed
.github/workflows/convert-proto.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
auto-proto-convert:
11
runs-on: ubuntu-latest
12
- if: github.repository == 'opensearch-project/opensearch-protobufs'
+ # if: github.repository == 'opensearch-project/opensearch-protobufs'
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v4
@@ -75,9 +75,9 @@ jobs:
75
# - name: Post Process Protobuf
76
# run: npm run postprocessing
77
78
- - name: Reformat proto files
79
- run: |
80
- buf format -w protos/generated
+# - name: Reformat proto files
+# run: |
+# buf format -w protos/generated
81
82
- name: Configure Git User
83
run: |
0 commit comments