From 2bc590f6cd8afde402e6c2d4630d0cd20f125194 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 12 Sep 2021 10:11:01 +0200 Subject: [PATCH] only run prune when manually triggered. Versions now get pruned by the upload script --- .github/workflows/prune.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 3c846614538..b491dfc2fac 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -2,13 +2,6 @@ name: "Housekeeping" on: workflow_dispatch: - push: - branches: - - main - paths: - - ".github/workflows/prune.yaml" - schedule: - - cron: "0 5 * * *" jobs: Prune: