mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
made it so the Clear Cache runs automatically every 3 days at midnight
This commit is contained in:
parent
da18c1301b
commit
5c4c286e54
4
.github/workflows/clear-cache.yml
vendored
4
.github/workflows/clear-cache.yml
vendored
@ -1,8 +1,10 @@
|
||||
# Workflow credited towards the Lemonade team (https://github.com/Lemonade-emu/Lemonade/blob/18f3b2cfc593b5a9c1eb5eda439f021284f4c993/.github/workflows/clear-cache.yml)
|
||||
name: Clear cache
|
||||
# Workflow credited towards Lemonade (https://github.com/Lemonade-emu/Lemonade/blob/18f3b2cfc593b5a9c1eb5eda439f021284f4c993/.github/workflows/clear-cache.yml)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 */3 * *'
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
|
Loading…
Reference in New Issue
Block a user