From 16c7b32dba1bde97196ff88fde6f2f7843f4596d Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 16 Oct 2020 11:27:02 -0700 Subject: [PATCH] enable workflow that removes unused assets (#15959) --- .github/workflows/remove-unused-assets.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index e9defd45490a..2cfb98ef728b 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -5,8 +5,7 @@ env: on: schedule: - # - cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST - - cron: 0 0 1 1 * # run next January 1st, aka temporarily disabled + - cron: "20 15 * * 0" # run every Sunday at 20:15 UTC / 12:15 PST jobs: remove_unused_assets: