Skip to content

Commit

Permalink
Revert "GHA: platform-linux: Adds /etc/ansible/facts.d to the caching…
Browse files Browse the repository at this point in the history
… path list"

This reverts commit 900a453.

Refs: <actions/cache#324>
  • Loading branch information
kenorb committed Apr 23, 2024
1 parent 7297ef1 commit f00bdf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/platform-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
if: env.CACHE
uses: actions/cache@v4
with:
path: |
/etc/ansible/facts.d
~/.wine/drive_c
path: ~/.wine/drive_c
key: ${{ env.CHECKOUT_REF }}/${{ env.VERSION }}/${{ hashFiles('.github/workflows/platform-linux.yml') }}
- if: steps.cache-mt.outputs.cache-hit != 'true'
name: Runs playbook
Expand Down

0 comments on commit f00bdf5

Please sign in to comment.