Skip to content

Commit bf4c479

Browse files
committed
test
1 parent 8f6eb6f commit bf4c479

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 2 additions & 2 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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@v3
2424
with:
2525
distribution: temurin
26-
java-version: 17
26+
java-version: 25
2727

2828
- name: Install buf
2929
run: |

0 commit comments

Comments
 (0)