Skip to content

Commit

Permalink
Merge branch 'refs/heads/workflow-updates/reformatting' into setup-hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 22, 2024
2 parents d4600b2 + 0187369 commit e9d7bd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/weekly-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e9d7bd7

Please sign in to comment.