mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 */3 * *'
|
- cron: '0 0 * * *' # Midnight every day
|
||||||
|
- cron: '0 12 * * *' # Noon every day
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
|
Loading…
Reference in New Issue
Block a user