Update clear-cache.yml to run twice every day

This commit is contained in:
João Vitor Polverari 2024-04-02 07:20:44 -03:00 committed by GitHub
parent 6180458221
commit 744192f90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,8 @@ name: Clear cache
on:
workflow_dispatch:
schedule:
- cron: '0 0 */3 * *'
- cron: '0 0 * * *' # Midnight every day
- cron: '0 12 * * *' # Noon every day
permissions:
actions: write