feat: add fullscreen toggle to terminal, disable auto test workflow
Deploy Dashboard (Dev) / Deploy to Dev (push) Failing after 3m10s
Deploy Dashboard (Dev) / Deploy to Dev (push) Failing after 3m10s
This commit is contained in:
+11
-10
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user