feat: add fullscreen toggle to terminal, disable auto test workflow
Deploy Dashboard (Dev) / Deploy to Dev (push) Failing after 3m10s

This commit is contained in:
Gan, Jimmy
2026-04-22 01:36:36 +08:00
parent f65d22575f
commit 47e4bde622
2 changed files with 62 additions and 18 deletions
+11 -10
View File
@@ -1,16 +1,17 @@
name: Run Tests
on:
push:
branches: [main]
paths:
- 'dashboard/**'
- '.gitea/workflows/test.yml'
pull_request:
branches: [main]
paths:
- 'dashboard/**'
- '.gitea/workflows/test.yml'
workflow_dispatch:
# push:
# branches: [main]
# paths:
# - 'dashboard/**'
# - '.gitea/workflows/test.yml'
# pull_request:
# branches: [main]
# paths:
# - 'dashboard/**'
# - '.gitea/workflows/test.yml'
jobs:
backend-tests: