Skip to content

Commit 7d3630d

Browse files
authored
Change cron schedule to run at 10:00 UTC
1 parent 61a92a4 commit 7d3630d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- master # Run on all PRs targeting master
1010
schedule:
11-
- cron: '0 0 * * 1-5' # daily runs monday to friday
11+
- cron: '0 10 * * 1-5' # daily runs monday to friday at 10:00 UTC
1212
workflow_dispatch: # Allow manual triggers
1313

1414
jobs:

0 commit comments

Comments
 (0)