From 8b7f3368449fc7e94ad671838215ec15903cf9f9 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Wed, 2 Dec 2020 23:08:56 +0100 Subject: [PATCH] Update clean_artifacts.yml --- .github/workflows/clean_artifacts.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clean_artifacts.yml b/.github/workflows/clean_artifacts.yml index 73700e3..a1b3d0d 100644 --- a/.github/workflows/clean_artifacts.yml +++ b/.github/workflows/clean_artifacts.yml @@ -1,7 +1,6 @@ name: 'Delete old artifacts' -on: - schedule: - - cron: '0 * * * *' # every hour +on: [push] + jobs: delete-artifacts: