mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Ensure each integ-test gets a unique cache-key-prefix
This commit is contained in:
@@ -13,7 +13,7 @@ permissions:
|
||||
contents: write
|
||||
|
||||
env:
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }}
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-submission-${{ inputs.cache-key-prefix }}
|
||||
|
||||
jobs:
|
||||
groovy-generate-and-upload:
|
||||
|
||||
Reference in New Issue
Block a user