Skip to content

Commit

Permalink
rename weekly maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 22, 2024
1 parent 8d0b0cd commit 551c3b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
# - allow automated processes to leave artifacts for debugging and troubleshooting
#
# **when?**
# - every Saturday at noon UTC
# - weekly base on DBT_WEEKLY_MAINTENANCE_SCHEDULE
# - manually
#
# Runs on Saturday to avoid running at the same time as production release and breaking the release.
name: "Repo maintenance"
name: "Weekly maintenance"

on:
schedule:
- cron: '0 12 * * SAT' # noon UTC on Saturday
- cron: ${{ vars.DBT_WEEKLY_MAINTENANCE_SCHEDULE }}
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 551c3b2

Please sign in to comment.