Skip to content

Commit bed0853

Browse files
authored
Merge pull request #263 from PyAutoLabs/claude/dashboard-banner-logo-match-wuwst7
Republish the board when the board's own code changes
2 parents fa0b0df + e6f1818 commit bed0853

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/brain_board.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,18 @@ on:
3131
# A dev-box publish (`pyauto-brain board publish`, usually morning.sh's
3232
# last step) pushes state/devbox_board.json to main — republish so the
3333
# board shows this morning's local observations a minute later.
34+
#
35+
# And whenever the page's own code changes. Merging a renderer or theme
36+
# change used to leave the published board on yesterday's HTML until the
37+
# next 05:30 cron, so the repo said one thing and the live page showed
38+
# another — the emoji-vs-mark gap of #262 was visible for hours after it
39+
# was fixed. The board is cheap to rebuild; rebuild it when it changes.
3440
push:
3541
branches: [main]
3642
paths:
3743
- "state/devbox_board.json"
44+
- "board/**"
45+
- "config/policy.yaml"
3846

3947
permissions:
4048
contents: read

0 commit comments

Comments
 (0)