fix(ci): remove redundant build steps for frontend and backend workflows

This commit is contained in:
2026-05-02 00:26:20 +08:00
parent 0b5bddc1da
commit 239f84bc50
2 changed files with 0 additions and 10 deletions
-4
View File
@@ -69,10 +69,6 @@ jobs:
working-directory: server
run: make test
- name: Build Go commands
working-directory: server
run: go build ./cmd/...
- name: Install Docker CLI
if: github.event_name != 'pull_request'
run: |
-6
View File
@@ -59,12 +59,6 @@ jobs:
- name: Typecheck ops web
run: pnpm --filter ops-web typecheck
- name: Build admin web
run: pnpm build:admin
- name: Build ops web
run: pnpm --filter ops-web build
- name: Install Docker CLI
if: github.event_name != 'pull_request'
run: |