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 -12
View File
@@ -59,7 +59,7 @@ permissions:
actions: write
contents: read
issues: read
pull-requests: write
pull-requests: read
jobs:
# =============================================== check changes ====================================================
@@ -85,17 +85,6 @@ jobs:
pr_test_yml: '.github/workflows/pr-test-extra.yml'
secrets: inherit
# always(): on a PR without `run-ci-extra` the rest of this workflow's graph
# is skipped, but we still want the awareness block updated so the author
# sees this run was a no-op.
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-extra
secrets: inherit
# =============================================== sgl-kernel ====================================================
sgl-kernel-build-wheels:
needs: check-changes