Skip to content

Commit 675bc66

Browse files
boiteclaude
andcommitted
chore: reduce scheduled build from daily to weekly on Thursdays
Thursday chosen to avoid build failures needing attention on the busiest days of the working week. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f00f276 commit 675bc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
schedule:
9-
- cron: 00 4 * * *
9+
- cron: 00 4 * * 4
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)