From d17ddc6feb572c83fc4649133e086835e32a5bb8 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Mon, 26 Aug 2024 11:47:56 +1000 Subject: [PATCH] Update DocPreviewsCleanup.yml --- .github/workflows/DocPreviewsCleanup.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/DocPreviewsCleanup.yml b/.github/workflows/DocPreviewsCleanup.yml index 397946d..6f3bf2b 100644 --- a/.github/workflows/DocPreviewsCleanup.yml +++ b/.github/workflows/DocPreviewsCleanup.yml @@ -3,6 +3,10 @@ name: Doc Previews Cleanup on: schedule: - cron: "30 5 * * 1" + workflow_dispatch: + inputs: + lookback: + default: 3 # Ensure that only one "Doc Previews Cleanup" workflow is force pushing at a time concurrency: