Skip to content

Commit

Permalink
move schedule back into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 22, 2024
1 parent fdd03d1 commit 0187369
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 0187369

Please sign in to comment.