Обновить .gitea/workflows/java-pull-request-check-template.yml

This commit is contained in:
Артем Дроздов 2025-06-17 11:10:37 +00:00
parent beb42eccc3
commit 57b9fc55fb

View File

@ -47,10 +47,9 @@ jobs:
image: gradle:8.12.0-jdk21-alpine image: gradle:8.12.0-jdk21-alpine
steps: steps:
- uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/checkout@v3
- uses: https://github.com/gradle/gradle-build-action@v2 - uses: https://github.com/gradle/actions/setup-gradle@v3
with: with:
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }} cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
java-version: false
- name: run gradle check - name: run gradle check
run: ./gradlew ${{ inputs.gradle_check_command }} run: ./gradlew ${{ inputs.gradle_check_command }}