From da13a2b3cf782c83456b7bd4de26538cfc26b7a0 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Fri, 28 May 2021 09:16:36 -0500 Subject: [PATCH] Change CI cleanup to once per day --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index d00fd9724..9468565b3 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: schedule: # Once every hour - - cron: "0 * * * *" + - cron: "0 15 * * *" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: