Skip to content

Commit fcd6597

Browse files
committed
test
1 parent 4c2b405 commit fcd6597

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
auto-proto-convert:
1111
runs-on: ubuntu-latest
12-
if: github.repository == 'opensearch-project/opensearch-protobufs'
12+
# if: github.repository == 'opensearch-project/opensearch-protobufs'
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
@@ -75,9 +75,9 @@ jobs:
7575
# - name: Post Process Protobuf
7676
# run: npm run postprocessing
7777

78-
- name: Reformat proto files
79-
run: |
80-
buf format -w protos/generated
78+
# - name: Reformat proto files
79+
# run: |
80+
# buf format -w protos/generated
8181

8282
- name: Configure Git User
8383
run: |

0 commit comments

Comments
 (0)