diff --git a/.github/workflows/clear-cache.yml b/.github/workflows/clear-cache.yml index f4df7fa04..da8d66872 100644 --- a/.github/workflows/clear-cache.yml +++ b/.github/workflows/clear-cache.yml @@ -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 @@ -28,4 +30,4 @@ jobs: cache_id: cache.id, }) } - console.log("Clear completed") \ No newline at end of file + console.log("Clear completed")