Skip to content

Commit 1b0c45d

Browse files
committed
APM-3869 Update cron schedule to run every 4th hour
1 parent 59d957b commit 1b0c45d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/cleanup-ecs-pr-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trigger: none
44
pr: none
55

66
schedules:
7-
- cron: "0 2 * * *"
7+
- cron: "0 */4 * * *" # Every 4 hours
88
displayName: Daily PR cleanup
99
branches:
1010
include:

0 commit comments

Comments
 (0)