Обновить .gitea/workflows/java-pull-request-check-template.yml
This commit is contained in:
parent
33b5813f9b
commit
7ea30bc13f
@ -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' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user