mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Update clear-cache.yml to run twice every day
This commit is contained in:
parent
6180458221
commit
744192f90f
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 New Issue
Block a user