Skip to content

Commit 551c3b2

Browse files
committed
rename weekly maintenance
1 parent 8d0b0cd commit 551c3b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scheduled-repo-maintenance.yml renamed to .github/workflows/weekly-maintenance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# - allow automated processes to leave artifacts for debugging and troubleshooting
1010
#
1111
# **when?**
12-
# - every Saturday at noon UTC
12+
# - weekly base on DBT_WEEKLY_MAINTENANCE_SCHEDULE
1313
# - manually
1414
#
1515
# Runs on Saturday to avoid running at the same time as production release and breaking the release.
16-
name: "Repo maintenance"
16+
name: "Weekly maintenance"
1717

1818
on:
1919
schedule:
20-
- cron: '0 12 * * SAT' # noon UTC on Saturday
20+
- cron: ${{ vars.DBT_WEEKLY_MAINTENANCE_SCHEDULE }}
2121
workflow_dispatch:
2222

2323
permissions:

0 commit comments

Comments
 (0)