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:
@@ -10,7 +10,7 @@ on:
|
||||
default: '["ubuntu-latest"]'
|
||||
|
||||
env:
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }}
|
||||
GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-submission-failures-${{ inputs.cache-key-prefix }}
|
||||
|
||||
jobs:
|
||||
failing-build:
|
||||
|
||||
Reference in New Issue
Block a user