Skip to content

Commit

Permalink
Use fixed job name for cache restore
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Apr 12, 2024
1 parent fb14e0e commit 5893d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integ-test-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
dependency-graph: generate-and-upload
build-root-directory: .github/workflow-samples/groovy-dsl
cache-read-only: false
env:
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: groovy-dependency-submission

groovy-restore-cache:
needs: [groovy-generate-and-upload]
Expand All @@ -57,6 +59,8 @@ jobs:
with:
build-root-directory: .github/workflow-samples/groovy-dsl
additional-arguments: --offline
env:
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: groovy-dependency-submission

groovy-download-and-submit:
needs: [groovy-generate-and-upload]
Expand Down

0 comments on commit 5893d44

Please sign in to comment.