From: Colin Clark Date: Tue, 27 Jun 2023 15:25:35 +0000 (+0100) Subject: Run github delete workflows once a week X-Git-Tag: v2.2~244 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=542547aff6909a80e24c7ba21d0fa123c7b6376c Run github delete workflows once a week --- 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: