Commit 0317817
committed
ci: fix host-cpp-tests label check to match the actual "Host 🏡" label
The job checked for a label literally named "host", but the repository's
real label (used on issues, e.g. #428/#420/#412) is "Host 🏡" — a label
named plain "host" existed too, seemingly a leftover/duplicate, and has
since been deleted. The condition never actually matched the label anyone
would apply in practice, so this job only ever ran on pushes to main/next,
never on a labeled PR.
Found while attaching labels to this PR: the CI still showed green with
host-cpp-tests silently not running, exactly the kind of gap
.claude/CLAUDE.md (#436) exists to prevent.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DaK9eAAF5G8wj6UT8VekAm1 parent 50bbf92 commit 0317817
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments