fix(ci): enable merge_group trigger for GitHub Merge Queue (#2549)

This commit is contained in:
安正超
2026-04-15 16:27:53 +08:00
committed by GitHub
parent 8152c8e084
commit 8223cda5ff

View File

@@ -53,6 +53,8 @@ on:
- ".github/workflows/docker.yml"
- ".github/workflows/audit.yml"
- ".github/workflows/performance.yml"
merge_group:
types: [checks_requested]
schedule:
- cron: "0 0 * * 0" # Weekly on Sunday at midnight UTC
workflow_dispatch: