This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Clear cache #882
This file contains hidden or 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
| name: Clear cache | |
| on: | |
| schedule: | |
| - cron: '0 3 * * *' | |
| workflow_dispatch: | |
| jobs: | |
| clear: | |
| name: Delete all caches | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Clear caches | |
| uses: easimon/wipe-cache@v2 |