From 542547aff6909a80e24c7ba21d0fa123c7b6376c Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Tue, 27 Jun 2023 16:25:35 +0100 Subject: [PATCH] Run github delete workflows once a week --- .github/workflows/delete-workflow-runs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete-workflow-runs.yml b/.github/workflows/delete-workflow-runs.yml index a0620060..8f2f6f4b 100644 --- a/.github/workflows/delete-workflow-runs.yml +++ b/.github/workflows/delete-workflow-runs.yml @@ -1,8 +1,8 @@ name: Delete workflow runs on: schedule: - - cron: '0 0 * * *' -# Run daily, at 00:00. + - cron: '0 0 * * 0' +# Run on Sunday, at 00:00. jobs: Delete-Workflow-Runs: -- 2.20.1