Skip to content

Commit

Permalink
Überall restore-key angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
tobidope committed Jan 29, 2025
1 parent 72df9b8 commit 1b17de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: ~/.m2/repository
key: cache-${{ hashFiles('setup-build.xml') }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
cache-${{ hashFiles('setup-build.xml') }}-
cache-${{ hashFiles('setup-build.xml') }}
- name: Build openjverein plugin
id: openjverein
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/.m2/repository
key: cache-${{ hashFiles('setup-build.xml') }}-${{ hashFiles('**/pom.xml') }}
restore-keys: |
cache-${{ hashFiles('setup-build.xml') }}-
cache-${{ hashFiles('setup-build.xml') }}
- name: Build openjverein plugin
id: openjverein
Expand Down

0 comments on commit 1b17de5

Please sign in to comment.