Skip to content

Commit

Permalink
update check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Jun 30, 2023
1 parent 0d2abd3 commit be96e66
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2
# with:
# gradle-home-cache-cleanup: true
# cache-read-only: ${{ github.ref != 'refs/heads/main' }}

# Cleans managed device if previously settle and space currently is not available
- name: Clean Managed Devices
Expand Down Expand Up @@ -117,11 +117,11 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
# - name: Setup Gradle
# uses: gradle/gradle-build-action@v2
# with:
# gradle-home-cache-cleanup: true
# cache-read-only: ${{ github.ref != 'refs/heads/main' }}

# Cleans managed device if previously settle and space currently is not available
- name: Clean Managed Devices
Expand Down

0 comments on commit be96e66

Please sign in to comment.