diff --git a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs index 54f5555f10..7ab5893aa0 100644 --- a/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs +++ b/src/SFA.DAS.EmployerFinance.Jobs/ScheduledJobs/ImportLevyDeclarationsJob.cs @@ -29,7 +29,7 @@ public ImportLevyDeclarationsJob( } public async Task Run( - [TimerTrigger("0 0 15 23 * *")] TimerInfo timer, + [TimerTrigger("0 0 15 26 * *")] TimerInfo timer, ILogger logger) { var now = _currentDateTime.Now;