Skip to content

Commit

Permalink
Merge pull request #136 from gitautoai/wes
Browse files Browse the repository at this point in the history
Update cron()
  • Loading branch information
hiroshinishio authored Jul 1, 2024
2 parents 6c8a33b + 492e91b commit b27e8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Resources:
Properties:
Name: SchedulerEventRule
Description: "Schedule Lambda function to run every weekday at 0 AM UTC"
ScheduleExpression: cron(1 7 ? * MON-FRI *) # min hour day month day-of-week year
ScheduleExpression: cron(5 7 ? * MON-FRI *) # min hour day month day-of-week year
State: ENABLED
Targets:
- Arn: !Ref LambdaFunctionArn
Expand Down

0 comments on commit b27e8c5

Please sign in to comment.