Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.20/dev' into 1.20/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 30, 2024
2 parents a275aa6 + bb7a3d8 commit de4bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
cache-read-only: ${{ endsWith(github.ref, '/dev') }}
cache-read-only: ${{ !endsWith(github.ref_name, '/dev') }}

- name: Validate Gradle Wrapper Integrity
uses: gradle/wrapper-validation-action@v2
Expand Down

0 comments on commit de4bcef

Please sign in to comment.