Skip to content

Commit

Permalink
refactor: workflow에서 Gradle 캐시를 확인하는 단계 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
joon6093 committed Nov 23, 2024
1 parent cee6b5d commit b5f9d3e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pre-release-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Cache Check
if: steps.cache-gradle.outputs.cache-hit == 'true'
run: echo 'Gradle cache hit!'

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit b5f9d3e

Please sign in to comment.