chore: bump dashboard version to v1.5
Deploy Dashboard (Dev) / Run Tests (push) Has been cancelled
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been cancelled
Run Tests / Frontend Tests (push) Failing after 42s
Run Tests / Backend Tests (push) Failing after 44s
Run Tests / Test Summary (push) Failing after 15s

Test commit to verify new CI workflow behavior:
- Tests should run first
- Deploy should only happen if tests pass
- Health check should verify deployment
This commit is contained in:
Gan, Jimmy
2026-04-21 22:35:28 +08:00
parent 8612e08901
commit 81f33c0b5a
+1 -1
View File
@@ -3,7 +3,7 @@ import os
from fastapi import Request
# Dashboard v1.4Conversation tracker enabled
# Dashboard v1.5File downloads fixed, CI workflows improved
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")