ci: consolidate CI into single job; fix sidebar footer #14

Merged
sharang merged 2 commits from ci/single-job into main 2026-03-13 09:44:32 +00:00

2 Commits

Author SHA1 Message Date
Sharang Parnerkar
df9a20e768 ci: prevent duplicate runs on PR branches
All checks were successful
CI / Check (pull_request) Successful in 11m5s
CI / Detect Changes (pull_request) Has been skipped
CI / Deploy Agent (pull_request) Has been skipped
CI / Deploy Dashboard (pull_request) Has been skipped
CI / Deploy Docs (pull_request) Has been skipped
CI / Deploy MCP (pull_request) Has been skipped
Only trigger on push to main and on pull_request events.
Previously push to any branch + pull_request both fired,
causing every PR push to run CI twice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:23:04 +01:00
Sharang Parnerkar
03d53f8b06 ci: consolidate CI into single job; fix sidebar footer UI
Some checks failed
CI / Check (push) Successful in 11m14s
CI / Check (pull_request) Successful in 11m35s
CI / Detect Changes (push) Has been skipped
CI / Detect Changes (pull_request) Has been cancelled
CI / Deploy Agent (pull_request) Has been cancelled
CI / Deploy Dashboard (pull_request) Has been cancelled
CI / Deploy Docs (pull_request) Has been cancelled
CI / Deploy MCP (pull_request) Has been cancelled
CI / Deploy Agent (push) Has been cancelled
CI / Deploy Dashboard (push) Has been cancelled
CI / Deploy Docs (push) Has been cancelled
CI / Deploy MCP (push) Has been cancelled
- Merge fmt, clippy, audit, and tests into one job to eliminate
  redundant cargo downloads and dependency compilation
- Update Rust version badge from 1.89 to 1.94 in README
- Redesign sidebar footer: circular avatar, stacked user info
  with sign-out link, privacy/impressum footer links

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 09:51:49 +01:00