Skip to content

Clean ✨

Clean ✨ #65

Workflow file for this run

name: Clean ✨
on:
schedule:
- cron: '0 0 * * 0'
jobs:
cleanup:
runs-on: self-hosted
steps:
- run: find /tmp/ -maxdepth 1 -type d -name "yarn*" -mtime +1 -exec rm -rf {} \;