mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
Update clear-cache.yml to run twice every day
This commit is contained in:
parent
6180458221
commit
744192f90f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/clear-cache.yml
vendored
3
.github/workflows/clear-cache.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue