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

This commit is contained in:
Артем Дроздов 2025-06-17 10:24:20 +00:00
parent 33b5813f9b
commit 7ea30bc13f

View File

@ -47,11 +47,6 @@ 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/actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
check-latest: "false"
- uses: https://github.com/gradle/gradle-build-action@v2 - uses: https://github.com/gradle/gradle-build-action@v2
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' }}