mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/jxxghp/MoviePilot.git
synced 2026-09-20 08:03:34 +08:00
refactor(runtime): govern dependency module naming
This commit is contained in:
4
.github/workflows/dependency-compat.yml
vendored
4
.github/workflows/dependency-compat.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
- 'app/__init__.py'
|
||||
- 'app/doctor/dependencies.py'
|
||||
- 'app/foundation/environment.py'
|
||||
- 'app/runtime/dependencies.py'
|
||||
- 'app/runtime/dependencies/profile.py'
|
||||
- 'scripts/verify_runtime_profile.py'
|
||||
- 'docker/Dockerfile'
|
||||
- 'docker/**'
|
||||
@@ -24,7 +24,7 @@ on:
|
||||
- 'app/__init__.py'
|
||||
- 'app/doctor/dependencies.py'
|
||||
- 'app/foundation/environment.py'
|
||||
- 'app/runtime/dependencies.py'
|
||||
- 'app/runtime/dependencies/profile.py'
|
||||
- 'scripts/verify_runtime_profile.py'
|
||||
- 'docker/Dockerfile'
|
||||
- 'docker/**'
|
||||
|
||||
10
.github/workflows/native-dependency-update.yml
vendored
10
.github/workflows/native-dependency-update.yml
vendored
@@ -8,7 +8,10 @@ on:
|
||||
- 'app/adapters/external/market.py'
|
||||
- 'app/adapters/system/host.py'
|
||||
- 'app/adapters/system/package.py'
|
||||
- 'app/runtime/dependencies.py'
|
||||
- 'app/adapters/system/plugin/package.py'
|
||||
- 'app/application/plugin/install.py'
|
||||
- 'app/runtime/dependencies/native.py'
|
||||
- 'app/runtime/dependencies/profile.py'
|
||||
- 'scripts/probe_native_dependency_update.py'
|
||||
- '.github/workflows/native-dependency-update.yml'
|
||||
push:
|
||||
@@ -18,7 +21,10 @@ on:
|
||||
- 'app/adapters/external/market.py'
|
||||
- 'app/adapters/system/host.py'
|
||||
- 'app/adapters/system/package.py'
|
||||
- 'app/runtime/dependencies.py'
|
||||
- 'app/adapters/system/plugin/package.py'
|
||||
- 'app/application/plugin/install.py'
|
||||
- 'app/runtime/dependencies/native.py'
|
||||
- 'app/runtime/dependencies/profile.py'
|
||||
- 'scripts/probe_native_dependency_update.py'
|
||||
- '.github/workflows/native-dependency-update.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user