We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465d5b8 commit 239072aCopy full SHA for 239072a
3 files changed
.github/workflows/gradle-build.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Cache Gradle packages
19
uses: actions/cache@v2
20
with:
21
+ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/build.gradle') }}
22
path: |
23
~/.gradle/caches
24
~/.gradle/wrapper
.github/workflows/mysql-5-7.yml
@@ -31,6 +31,7 @@ jobs:
31
32
33
34
35
36
37
.github/workflows/mysql-8.yml
0 commit comments