ci: refine display names for existing workflows (#14419)

---------

Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
This commit is contained in:
Lucien Shaw
2025-10-21 20:37:49 +08:00
committed by GitHub
parent d70d939947
commit 1e9ae031ea
24 changed files with 225 additions and 213 deletions

View File

@@ -1,15 +1,15 @@
name: "CodeQL MaaCore and MaaWpfGui Analysis"
name: CodeQL Code Analysis
on:
pull_request:
branches: ["dev"]
paths:
- ".github/workflows/codeql-core.yml"
- "3rdparty/include/**"
- "include/**"
- "src/**"
- "cmake/**"
- "CMakeLists.txt"
- ".github/workflows/codeql-core.yml"
- "include/**"
- "src/**"
- "!**/*.md"
- "!**/*.xaml"
schedule:
@@ -41,8 +41,6 @@ jobs:
- name: Run CodeQL
uses: github/codeql-action/analyze@v4
with:
category: "/language:multi-manual"
- name: Delete old caches
shell: pwsh