We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7157d68 commit 3751a21Copy full SHA for 3751a21
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
45
- name: Setup Gradle
46
uses: gradle/actions/setup-gradle@v4
47
+ with:
48
+ cache-read-only: ${{ github.ref != 'refs/heads/feture/sql-formatter' }}
49
50
- name: Export Properties
51
id: properties
0 commit comments