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: