🔨 修改配置.

This commit is contained in:
lijiahangmax
2025-09-25 12:20:32 +08:00
parent 24ad1f64df
commit 4bdb61870a
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
name: E2E
on:
pull_request:
branches:
- main
workflow_dispatch:
# pull_request:
# branches:
# - main
concurrency:
group: ${{github.workflow}} - ${{github.ref}}

View File

@@ -41,7 +41,7 @@ if [ "$DEMO_MODE" = true ]; then
echo "Starting services for demo mode..."
# 启动指定的服务
docker compose up -d --remove-orphans mysql redis ui service guacd adminer
docker compose up -d --remove-orphans mysql redis ui service guacd influxdb adminer
echo "Started services for demo mode..."
else
# 启动所有服务