fix(ci): remove needs dependency on build-image-main (bypass Gitea scheduler bug)
Deploy Dashboard (Main) / Frontend Tests (push) Failing after 6s
Deploy Dashboard (Main) / Backend Tests (push) Failing after 14s
Deploy Dashboard (Main) / Build Main Image (push) Failing after 7m35s
Deploy Dashboard (Main) / Deploy to Production (push) Has been skipped

This commit is contained in:
Gan, Jimmy
2026-07-08 22:22:04 +08:00
parent e19098836c
commit 7b39dda0c8
+1 -2
View File
@@ -170,8 +170,7 @@ jobs:
build-image-main:
name: Build Main Image
runs-on: [self-hosted, linux, vps]
needs: [backend-tests]
runs-on: vps
steps:
- name: Checkout repository