1 parent 5935ce7 commit 8171a00Copy full SHA for 8171a00
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
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-java@v3
24
with:
25
distribution: temurin
26
- java-version: 17
+ java-version: 25
27
28
- name: Install buf
29
run: |
0 commit comments