Skip to content

Commit 88ac0b3

Browse files
committed
Fix cron expression
1 parent 007e6b8 commit 88ac0b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/runners/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ variable "github_app" {
112112
variable "scale_down_schedule_expression" {
113113
description = "Scheduler expression to check every x for scale down."
114114
type = string
115-
default = "cron(*/5 * * * *)"
115+
default = "cron(*/5 * * * ? *)"
116116
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "github_app" {
4343
variable "scale_down_schedule_expression" {
4444
description = "Scheduler expression to check every x for scale down."
4545
type = string
46-
default = "cron(*/5 * * * *)"
46+
default = "cron(*/5 * * * ? *)"
4747
}
4848

4949

0 commit comments

Comments
 (0)