Skip to content

Commit babd565

Browse files
chore(scorecard): align schedule to canonical weekly ('23 4 * * 1') (#46)
Cut 2 of the GH Actions budget rebalancing plan (2026-05-27). Aligns with standards canonical and [standards#230](hyperpolymath/standards#230) (reusable example fix, MERGED). Tracking: [standards#231](hyperpolymath/standards#231). Single-line cron change. Comment-equivalent doc shape — no behaviour change to the workflow logic, only frequency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7cda29f commit babd565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main, master]
66
schedule:
7-
- cron: '0 4 * * *'
7+
- cron: '23 4 * * 1'
88
workflow_dispatch:
99

1010
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR

0 commit comments

Comments
 (0)