Handy/.github/workflows
Viren Mohindra e1a484f70f
ci: reduce PR check time from ~30 min to ~1 min (#1073)
* ci: reduce PR check time from ~30 min to ~1 min

- merge lint + prettier into single code-quality workflow
- add concurrency groups to cancel stale runs on rapid pushes
- add path filters so irrelevant changes skip checks
- make full nix build opt-in via "nix" label (eval-only by default)
- add nix store caching via magic-nix-cache-action
- cache trusted-signing-cli binary on windows builds
- upgrade setup-bun from v1 to v2

* ci: add workflow path filters and expand nix build triggers

- add .github/workflows/** to path filters on code-quality and nix-check
  so CI runs when workflow files themselves change
- include tauri.conf.json and build.rs in nix full-build diff check since
  these can break nix sandbox builds independently of cargo builds
2026-03-18 17:25:56 +08:00
..
build-test.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
build.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
code-quality.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
nix-check.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
playwright.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00
pr-test-build.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
release.yml arm linux build? (#629) 2026-01-20 13:03:03 +08:00
test.yml ci: reduce PR check time from ~30 min to ~1 min (#1073) 2026-03-18 17:25:56 +08:00