only run prune when manually triggered.
Versions now get pruned by the upload script
This commit is contained in:
parent
7b4007ad1e
commit
2bc590f6cd
|
@ -2,13 +2,6 @@ name: "Housekeeping"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/prune.yaml"
|
||||
schedule:
|
||||
- cron: "0 5 * * *"
|
||||
|
||||
jobs:
|
||||
Prune:
|
||||
|
|
Loading…
Reference in New Issue