From 0a9911f3c8c52adef6d7dc608790cc2f8f4724d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Choqueux?= Date: Fri, 8 Jan 2021 10:20:28 +0100 Subject: [PATCH] Update remove-old-artifacts.yml --- .github/workflows/remove-old-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index 4f7c47bc0a..7c61f16e46 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -1,7 +1,7 @@ name: 'Delete old artifacts' on: schedule: - - cron: '0 * * * *' # every hour + - cron: '0 0 * * *' # every hour jobs: delete-artifacts: