We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8022980 commit ac62c85Copy full SHA for ac62c85
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Setup Gradle
21
uses: gradle/actions/setup-gradle@v5
22
- name: Cache Gradle build output
23
+ if: "!contains(github.event.head_commit.message, '[nocache]')"
24
uses: actions/cache@v4
25
with:
26
path: |
0 commit comments