Skip to content

Commit

Permalink
[CI] don't store caches for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Oct 4, 2024
1 parent 8535f25 commit bd35e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Cache maven repository
uses: actions/cache@v4
uses: actions/cache/restore@v4
with:
path: |
~/.m2/repository
Expand Down

0 comments on commit bd35e90

Please sign in to comment.