Skip to content

Commit

Permalink
better start with a clean cache if not for a specific job
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Oct 31, 2023
1 parent ae18d43 commit 9a31d92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-java-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ runs:
key: ${{ runner.os }}-buildcache-${{ hashFiles('.mvn/*.xml') }}-${{ github.job }}${{ strategy.job-index }}-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-buildcache-${{ hashFiles('.mvn/*.xml') }}-${{ github.job }}${{ strategy.job-index }}-
${{ runner.os }}-buildcache-${{ hashFiles('.mvn/*.xml') }}-
${{ runner.os }}-buildcache-
- name: Install maven ${{ inputs.maven-version || '(latest)'}}
if: inputs.build-cache != 'false' || inputs.maven-version != ''
Expand Down

0 comments on commit 9a31d92

Please sign in to comment.