diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 034fa3e9e..01c0b6513 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -2,7 +2,7 @@ name: 'Delete old artifacts' on: schedule: - - cron: '0 0 * * *' # everyday at midnight + - cron: '0 0 * * 6' # every saturday at midnight jobs: delete-artifacts: