fix: run report job on workflow_dispatch events

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
snomiao
2026-03-19 10:08:46 +00:00
parent 8b2db18a1b
commit b764c39492

View File

@@ -275,7 +275,7 @@ jobs:
report:
needs: [resolve-matrix, qa]
if: always() && (github.event.pull_request.number || github.event_name == 'push')
if: always() && (github.event.pull_request.number || github.event_name == 'push' || github.event_name == 'workflow_dispatch')
runs-on: ubuntu-latest
permissions:
pull-requests: write