Skip to content

Commit b16779a

Browse files
Merge branch 'main' into PRME-125
2 parents e633398 + c9b5bdf commit b16779a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/schedules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ resource "aws_cloudwatch_event_rule" "bulk_upload_enable_rule" {
193193
resource "aws_cloudwatch_event_rule" "bulk_upload_disable_rule" {
194194
name = "${terraform.workspace}_bulk_upload_disable"
195195
description = "Disable Bulk Upload ingestion"
196-
schedule_expression = "cron(0 7 ? * TUE-SAT *)"
196+
schedule_expression = "cron(0 7 ? * MON-FRI *)"
197197
}
198198

199199
resource "aws_cloudwatch_event_target" "bulk_upload_enable_target" {

0 commit comments

Comments
 (0)