Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add cache cleanup workflow - Close #31 This commit introduces a new workflow to automatically clean up GitHub Actions caches. The workflow is triggered on pull request closure and can be manually dispatched. It utilizes the `cache-cleanup.yaml` action to remove caches, allowing for efficient cache management.
- Loading branch information