🔨 修改配置.

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 name: E2E
on: on:
pull_request: workflow_dispatch:
branches: # pull_request:
- main # branches:
# - main
concurrency: concurrency:
group: ${{github.workflow}} - ${{github.ref}} group: ${{github.workflow}} - ${{github.ref}}

View File

@@ -41,7 +41,7 @@ if [ "$DEMO_MODE" = true ]; then
echo "Starting services for demo mode..." 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..." echo "Started services for demo mode..."
else else
# 启动所有服务 # 启动所有服务