mirror of
https://github.com/gradle/actions
synced 2024-11-24 02:12:12 +00:00
Use fixed job name for cache restore
This commit is contained in:
parent
fb14e0ee5b
commit
5893d44739
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,8 @@ jobs:
|
||||||
dependency-graph: generate-and-upload
|
dependency-graph: generate-and-upload
|
||||||
build-root-directory: .github/workflow-samples/groovy-dsl
|
build-root-directory: .github/workflow-samples/groovy-dsl
|
||||||
cache-read-only: false
|
cache-read-only: false
|
||||||
|
env:
|
||||||
|
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: groovy-dependency-submission
|
||||||
|
|
||||||
groovy-restore-cache:
|
groovy-restore-cache:
|
||||||
needs: [groovy-generate-and-upload]
|
needs: [groovy-generate-and-upload]
|
||||||
|
@ -57,6 +59,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
build-root-directory: .github/workflow-samples/groovy-dsl
|
build-root-directory: .github/workflow-samples/groovy-dsl
|
||||||
additional-arguments: --offline
|
additional-arguments: --offline
|
||||||
|
env:
|
||||||
|
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: groovy-dependency-submission
|
||||||
|
|
||||||
groovy-download-and-submit:
|
groovy-download-and-submit:
|
||||||
needs: [groovy-generate-and-upload]
|
needs: [groovy-generate-and-upload]
|
||||||
|
|
Loading…
Reference in a new issue