Files
windmill/.github/workflows/clean-docker.yml
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

14 lines
272 B
YAML

name: Clean docker
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 0 */2 * *"
jobs:
build:
runs-on: [self-hosted, new]
steps:
- name: clean docker
run: |
sudo docker system prune -f