Обновить .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
steps:
- 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:
cache-read-only: ${{ gitea.ref != 'refs/heads/master' && gitea.ref != 'refs/heads/develop' }}
java-version: false
- name: run gradle check
run: ./gradlew ${{ inputs.gradle_check_command }}