ci: optimize workflow runtime and remove redundant pipeline work (#2065)

This commit is contained in:
安正超
2026-03-03 20:56:37 +08:00
committed by GitHub
parent 5e7495a042
commit c6209ba59d
4 changed files with 96 additions and 59 deletions
-16
View File
@@ -44,22 +44,6 @@ on:
- "**/*.svg"
- ".gitignore"
- ".dockerignore"
pull_request:
branches: [ main ]
paths-ignore:
- "**.md"
- "**.txt"
- ".github/**"
- "docs/**"
- "deploy/**"
- "scripts/dev_*.sh"
- "LICENSE*"
- "README*"
- "**/*.png"
- "**/*.jpg"
- "**/*.svg"
- ".gitignore"
- ".dockerignore"
schedule:
- cron: "0 0 * * 0" # Weekly on Sunday at midnight UTC
workflow_dispatch: