memos/.github/workflows
Steven 7465fbb4cc refactor: improve GitHub Actions workflows structure and maintainability
- Add build-binaries workflow for multi-platform binary releases
- Rename workflows for conciseness:
  - demo-render-deploy.yml → demo-deploy.yml
  - build-and-push-canary-image.yml → build-canary-image.yml
  - build-and-push-stable-image.yml → build-stable-image.yml
- Centralize version config with env variables (GO_VERSION, NODE_VERSION, PNPM_VERSION)
- Standardize step names across all workflows
- Add concurrency controls to prevent redundant runs
- Update Node.js (20→22) and pnpm (9→10) versions to match build-binaries
- Improve job names with descriptive labels
- Add consistent comments and formatting
- Set artifact retention to 60 days for binary builds
2026-02-02 23:15:15 +08:00
..
backend-tests.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
build-binaries.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
build-canary-image.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
build-stable-image.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
demo-deploy.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
frontend-tests.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
proto-linter.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00
stale.yml refactor: improve GitHub Actions workflows structure and maintainability 2026-02-02 23:15:15 +08:00