Disable more caches

This commit is contained in:
Daniel A. Wozniak 2024-10-28 15:01:28 -07:00 committed by Daniel Wozniak
parent 88a2ae707f
commit 69de3682f0
5 changed files with 5 additions and 0 deletions

View file

@ -51,6 +51,7 @@ runs:
- name: Cache VirtualEnv
id: cache-virtualenv
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
key: ${{ steps.setup-cache-key.outputs.cache-key }}

View file

@ -16,6 +16,7 @@ runs:
steps:
- name: Cache actionlint Binary
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
path: /usr/local/bin/actionlint

View file

@ -30,6 +30,7 @@ runs:
${{ steps.pre-commit-virtualenv.outputs.python-executable }} -m pip install pre-commit==${{ inputs.version }}
- name: Cache Pre-Commit Hooks
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
id: pre-commit-hooks-cache
with:

View file

@ -44,6 +44,7 @@ runs:
cache-seed: tools|${{ steps.venv-hash.outputs.venv-hash }}
- name: Restore Python Tools Virtualenvs Cache
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
path: ${{ inputs.cwd }}/.tools-venvs

View file

@ -16,6 +16,7 @@ runs:
steps:
- name: Cache shellcheck Binary
if: false # Disable cache since aws is going away.
uses: ./.github/actions/cache
with:
path: /usr/local/bin/shellcheck