From 4437e3ea8421d58901d63bcde4e4e0932f281d57 Mon Sep 17 00:00:00 2001 From: "Yuhang (Tom) Lin" Date: Mon, 18 Sep 2023 07:04:23 -0500 Subject: [PATCH] Change time setting --- .github/workflows/remove-old-artifacts.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index 16f2bab..cf9a884 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -2,8 +2,9 @@ name: Remove old artifacts on: schedule: - # Every day at 7am - - cron: '0 7 * * *' + # Every day at 7:30am chicago time + # UTC time for github action + - cron: '30 12 * * *' jobs: remove-old-artifacts: