remove PR desktop smoke test (#1221)

This commit is contained in:
ekko
2026-06-01 21:46:38 +08:00
committed by GitHub
parent c27a12f56c
commit 0835732aba
3 changed files with 7 additions and 73 deletions
+4 -4
View File
@@ -33,12 +33,12 @@ npm run build
## CI Mapping
- Build workflow: installs dependencies, runs coverage, builds production assets,
then runs a Linux desktop smoke test on pull requests.
- Build workflow: installs dependencies, runs coverage, and builds production
assets on pushes and pull requests.
- Playwright workflow: runs browser e2e tests.
- NPM lockfile workflow: verifies `package-lock.json` is synchronized.
- Desktop release workflow: builds and uploads platform-specific desktop artifacts
for release tags.
- Desktop release and manual desktop build workflows build and upload
platform-specific desktop artifacts.
- Docker workflow: builds and publishes release images.
## Release Workflow Guardrail