ci: standalone PR awareness workflow (decouple from pr-test reusable chain) (#25387)

This commit is contained in:
Liangsheng Yin
2026-05-15 03:20:00 -07:00
committed by GitHub
parent 20123e0b16
commit 3117415c9b
4 changed files with 107 additions and 146 deletions
+1 -11
View File
@@ -63,7 +63,7 @@ permissions:
actions: write
contents: read
issues: read
pull-requests: write
pull-requests: read
jobs:
# =============================================== check changes ====================================================
@@ -75,16 +75,6 @@ jobs:
force_continue_on_error: ${{ inputs.force_continue_on_error == true }}
secrets: inherit
# Runs right after check-changes so the awareness block is injected ~30s in
# rather than waiting for downstream stages.
call-pr-awareness:
needs: check-changes
if: always() && github.event_name == 'pull_request'
uses: ./.github/workflows/_pr-awareness-comment.yml
with:
workflow_kind: pr-test
secrets: inherit
call-pr-test-extra:
if: github.event_name == 'schedule' || inputs.test_parallel_dispatch == true
uses: ./.github/workflows/pr-test-extra.yml