forked from techservicesillinois/awscli-login
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use date for age based cache invalidation (techservicesillinois#77)
The script weekold.py was used to invalidate a cache after a week. The script worked but the cache contents were not updated since cache contents are saved only on a cache miss. The only way to update a Github Actions cache is to change the key. This commit removes the weekold.py script, and inserts the week number in the cache key name. This ensures that the cache can never be more than a week old.
- Loading branch information
Showing
2 changed files
with
12 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.