Skip to content

Commit 52ebef6

Browse files
committed
[CI] Update binary compatibility GitHub Action Step
1 parent 15f61f6 commit 52ebef6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-pulls.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
distribution: 'zulu'
1818
java-version: 17
1919

20+
- name: Update binary compatibility
21+
if: ${{ github.event.label.name == 'update-legacy-abi' }}
22+
run: |
23+
./gradlew updateLegacyAbi
24+
git config --global user.name 'GitHub Action Bot'
25+
git config --global user.email '[email protected]'
26+
git commit -am "[CI] Update Legacy ABI"
27+
git push
28+
2029
- name: Binary compatibility validation
2130
run: ./gradlew checkLegacyAbi
2231

0 commit comments

Comments
 (0)