Skip to content

Commit

Permalink
Merge pull request #11110 from gastaldi/cache_ci
Browse files Browse the repository at this point in the history
Fix cache key in CI
  • Loading branch information
maxandersen authored Jul 30, 2020
2 parents 3b18de9 + 3da056d commit 9aaeb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
path: ~/.m2/repository
# Improves the reusability of the cache to limit key changes
key: q2maven-${{ hashFiles('bom/runtime/pom.xml') }}
key: q2maven-${{ hashFiles('bom/application/pom.xml') }}
restore-keys: ${{ env.COMPUTED_RESTORE_KEY }}
restore-only: ${{ github.event_name == 'pull_request' }}
- name: Build
Expand Down

0 comments on commit 9aaeb9d

Please sign in to comment.