Disable cache debug logging for workflows

This logging can now be enabled on a case-by-case basis using
GitHub Actions debugging.
This commit is contained in:
daz
2024-02-11 17:58:58 -07:00
parent 5e512f6e1d
commit 4b284311c3
19 changed files with 0 additions and 27 deletions

View File

@@ -16,7 +16,6 @@ env:
DOWNLOAD_DIST: ${{ inputs.download-dist }}
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-gradle-home-${{ inputs.cache-key-prefix }}
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: restore-gradle-home
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
jobs:
seed-build: