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
6
.github/workflows/clear-cache.yml
vendored
6
.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
|
name: Clear cache
|
||||||
# Workflow credited towards Lemonade (https://github.com/Lemonade-emu/Lemonade/blob/18f3b2cfc593b5a9c1eb5eda439f021284f4c993/.github/workflows/clear-cache.yml)
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 */3 * *'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
@ -28,4 +30,4 @@ jobs:
|
|||||||
cache_id: cache.id,
|
cache_id: cache.id,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
console.log("Clear completed")
|
console.log("Clear completed")
|
||||||
|
Loading…
Reference in New Issue
Block a user