Skip to content

Commit f65ba73

Browse files
Update project cleanup schedule to run every 4 hours (#5381)
1 parent a1cba83 commit f65ba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cloud-build/provision/daily-cleanup.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ resource "google_cloudbuild_trigger" "daily_project_cleanup" {
8686
module "daily_project_cleanup_schedule" {
8787
source = "./trigger-schedule"
8888
trigger = google_cloudbuild_trigger.daily_project_cleanup
89-
schedule = "30 23 * * *"
89+
schedule = "30 3-23/4 * * *"
9090
retry_count = 4
9191
}

0 commit comments

Comments
 (0)