1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Remove search for previous pre-commit caches.

These seem to be very large caches.  Restoring an old one and updating 
it results in a cache larger than the maximum allowed cache size: 200MB. 
 
"Cache size of 254757924 bytes is over the 200MB limit, not saving 
cache."
So if the config changes it is best to just take the cache-miss and 
start from scratch.
This commit is contained in:
Felddy 2019-11-05 14:51:49 -05:00
parent c26ea017cf
commit 99c611557e
No known key found for this signature in database
GPG key ID: AFD7E112AF75260E

View file

@ -20,8 +20,6 @@ jobs:
path: ~/.cache/pre-commit
key: "${{ runner.os }}-pre-commit-\
${{ hashFiles('**/.pre-commit-config.yaml') }}"
restore-keys: |
${{ runner.os }}-pre-commit-
- name: Cache pip test requirements
uses: actions/cache@v1