Skip to content

Commit

Permalink
Merge pull request #2355 from SkillsFundingAgency/levy-pull-date-delay
Browse files Browse the repository at this point in the history
push back the levy pull due to uncertainty around the availability of…
  • Loading branch information
cofaulco authored Jul 22, 2022
2 parents 3ddc158 + 8b1f87a commit 062d7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 062d7ad

Please sign in to comment.