Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 3ce4109

Browse files
Fix NCRONTAB
1 parent 459f4e3 commit 3ce4109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureAdvocates.Functions/Functions/UpdateMicrosoftLearnContributors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public UpdateMicrosoftLearnContributors(BlobStorageService blobStorageService,
2929
}
3030

3131
[FunctionName(nameof(UpdateMicrosoftLearnContributors))]
32-
public async Task Run([TimerTrigger("0 0 /6 * * *")] TimerInfo timer, ILogger log)
32+
public async Task Run([TimerTrigger("0 0 */6 * * *")] TimerInfo timer, ILogger log)
3333
{
3434
log.LogInformation($"{nameof(UpdateMicrosoftLearnContributors)} Started");
3535

0 commit comments

Comments
 (0)