We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d957b commit 1b0c45dCopy full SHA for 1b0c45d
1 file changed
azure/cleanup-ecs-pr-proxies.yml
@@ -4,7 +4,7 @@ trigger: none
4
pr: none
5
6
schedules:
7
- - cron: "0 2 * * *"
+ - cron: "0 */4 * * *" # Every 4 hours
8
displayName: Daily PR cleanup
9
branches:
10
include:
0 commit comments