Skip to content

Commit

Permalink
Revert "GHA: Adds hashFiles() to cache key"
Browse files Browse the repository at this point in the history
This reverts commit fea4878.
  • Loading branch information
kenorb committed Apr 21, 2024
1 parent fea4878 commit 93c67aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/platform-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ jobs:
if: env.CACHE
uses: actions/cache@v4
with:
path: |
/etc/ansible/facts.d
~/.wine/drive_c
key: ${{ env.ARTIFACT_NAME }}/${{ env.CHECKOUT_REF }}/${{ env.VERSION }}/${{ hashFiles('/etc/ansible/facts.d') }}
path: ~/.wine/drive_c
key: ${{ env.ARTIFACT_NAME }}/${{ env.CHECKOUT_REF }}/${{ env.VERSION }}
- if: steps.cache-mt.outputs.cache-hit != 'true'
name: Runs playbook
uses: dawidd6/action-ansible-playbook@v2
Expand Down

0 comments on commit 93c67aa

Please sign in to comment.