only run prune when manually triggered.

Versions now get pruned by the upload script
This commit is contained in:
kjeld Schouten-Lebbing 2021-09-12 10:11:01 +02:00
parent 7b4007ad1e
commit 2bc590f6cd
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@ name: "Housekeeping"
on:
workflow_dispatch:
push:
branches:
- main
paths:
- ".github/workflows/prune.yaml"
schedule:
- cron: "0 5 * * *"
jobs:
Prune: