From 8bbbd6017006b2419d0046c0e63305becfb2d22b Mon Sep 17 00:00:00 2001 From: Josh Black Date: Mon, 29 Jun 2026 13:20:06 -0500 Subject: [PATCH 1/2] ci: enable cron for environment clean up --- .github/workflows/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index ef0f89d637c..f8386b627ce 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -1,8 +1,8 @@ name: environments on: - # schedule: - # # https://crontab.guru/every-night-at-midnight - # - cron: '0 0 * * *' + schedule: + # https://crontab.guru/every-night-at-midnight + - cron: '0 0 * * *' workflow_dispatch: permissions: From cfce87979ee2869a25dc327841d807f14ac4ee7e Mon Sep 17 00:00:00 2001 From: joshblack <3901764+joshblack@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:26:04 +0000 Subject: [PATCH 2/2] chore: auto-fix lint and formatting issues --- .github/workflows/environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/environment.yml b/.github/workflows/environment.yml index f8386b627ce..61014bd7879 100644 --- a/.github/workflows/environment.yml +++ b/.github/workflows/environment.yml @@ -1,8 +1,8 @@ name: environments on: schedule: - # https://crontab.guru/every-night-at-midnight - - cron: '0 0 * * *' + # https://crontab.guru/every-night-at-midnight + - cron: '0 0 * * *' workflow_dispatch: permissions: