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: