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 ff05595 commit 5fdabf6Copy full SHA for 5fdabf6
.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
29
path: ~/.gradle/caches
30
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
31
restore-keys: ${{ runner.os }}-gradle
32
+ action: 'delete'
33
- name: Build and analyze
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments