Skip to content

Commit 93263af

Browse files
committed
updated github action schedule see issue #29
1 parent e3e0f76 commit 93263af

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 * * 2' # weekly runs on tuesday morning (2) at midnight
11+
- cron: '0 0 * * 1-5' # daily runs monday to friday
1212
workflow_dispatch: # Allow manual triggers
1313

1414
jobs:

0 commit comments

Comments
 (0)