We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007e6b8 commit 88ac0b3Copy full SHA for 88ac0b3
modules/runners/variables.tf
@@ -112,5 +112,5 @@ variable "github_app" {
112
variable "scale_down_schedule_expression" {
113
description = "Scheduler expression to check every x for scale down."
114
type = string
115
- default = "cron(*/5 * * * *)"
+ default = "cron(*/5 * * * ? *)"
116
}
variables.tf
@@ -43,7 +43,7 @@ variable "github_app" {
43
44
45
46
47
48
49
0 commit comments