Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add GitHub Actions workflow for cache cleanup
- Introduced a new workflow to automate the cleanup of GitHub Actions caches on a weekly schedule and via manual trigger. - Implemented steps to fetch and delete cache keys using the GitHub CLI, ensuring efficient cache management. - Configured permissions to allow the workflow to write actions, enhancing the overall maintenance of the repository. These changes improve the management of cached data, helping to optimize workflow performance and resource usage.
- Loading branch information