Clear cache #510
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
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 |