[skip ci]: feat: Update string resources for clarity and consistency; simplify build manager workflow

This commit is contained in:
ShirkNeko
2025-05-18 19:33:46 +08:00
parent e570f402e4
commit de9b82ffd5
3 changed files with 5 additions and 19 deletions

View File

@@ -1,20 +1,6 @@
name: Build Manager Manual
on:
push:
branches: [ "main" ]
paths:
- '.github/workflows/build-manager-manual.yml'
- 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**'
- 'userspace/susfs/**'
- 'userspace/kpmmgr/**'
pull_request:
branches: [ "main" ]
paths:
- 'manager/**'
workflow_call:
workflow_dispatch:
inputs:
build_lkm:
@@ -78,7 +64,7 @@ jobs:
build-lkm:
needs: check-build-lkm
uses: ./.github/workflows/build-lkm.yml
uses: ./.github/workflows/build-lkm-local.yml
if: ${{ needs.check-build-lkm.outputs.build_lkm == 'true' }}
with:
upload: ${{ needs.check-build-lkm.outputs.upload_lkm == 'true' }}