From 01873694389b915d067def22f35f473b90168251 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sun, 21 Apr 2024 22:22:17 -0400 Subject: [PATCH] move schedule back into workflow --- .github/workflows/weekly-maintenance.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/weekly-maintenance.yml b/.github/workflows/weekly-maintenance.yml index 7503fd52d..86d70422b 100644 --- a/.github/workflows/weekly-maintenance.yml +++ b/.github/workflows/weekly-maintenance.yml @@ -9,15 +9,13 @@ # - allow automated processes to leave artifacts for debugging and troubleshooting # # **when?** -# - weekly based on DBT_WEEKLY_MAINTENANCE_SCHEDULE +# - weekly noon UTC on SAT (avoid production release windows) # - manually -# -# Runs on Saturday to avoid running at the same time as production release and breaking the release. name: "Weekly maintenance" on: schedule: - - cron: ${{ vars.DBT_WEEKLY_MAINTENANCE_SCHEDULE }} + - cron: 0 12 * * SAT workflow_dispatch: permissions: