[ISSUE-75] Sync main -> test: Update workflow trigger #4

Merged
hitanshu merged 3 commits from main into test 2026-07-05 06:38:13 +00:00
Showing only changes of commit 2d4c755cc2 - Show all commits

View File

@ -12,11 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install JDK (JRE-only image) - name: Install JDK (musl-native, Alpine package)
uses: actions/setup-java@v4 run: |
with: apk add --no-cache openjdk17-jdk
java-version: 17 echo "JAVA_HOME=/usr/lib/jvm/java-17-openjdk" >> "$GITHUB_ENV"
distribution: temurin
- name: Verify tools - name: Verify tools
run: | run: |