Skip to content

Commit

Permalink
differentiate scheduled 2.x job cache from main cache (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
elefeint authored Jan 25, 2022
1 parent 2342807 commit 5aed063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrationTests-2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: mvn-cache
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.date }}
key: ${{ runner.os }}-maven-unified-2.x-${{ steps.date.outputs.date }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unitTests-2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: mvn-cache
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.date }}
key: ${{ runner.os }}-maven-unified-2.x-${{ steps.date.outputs.date }}

- name: Maven go offline
id: mvn-offline
Expand Down

0 comments on commit 5aed063

Please sign in to comment.