From 7fcbb3a6f3a6fc808f223a9797cc3074b7eba39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Choqueux?= Date: Fri, 8 Jan 2021 11:09:23 +0100 Subject: [PATCH] Change comment on workflow remove old artifact --- .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 7c61f16e46..5a4b0b97a6 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 0 * * *' # every hour + - cron: '0 0 * * *' # every day jobs: delete-artifacts: