ci: pr-states match renamed "PR Test Base" workflow_run (#25687)

This commit is contained in:
Liangsheng Yin
2026-05-18 14:42:29 -07:00
committed by GitHub
parent 9e3bb9a307
commit c904fdd20e
+1 -1
View File
@@ -10,7 +10,7 @@ on:
# Listen to pr-test* lifecycle so reruns initiated by slash commands
# (run.rerun / run.rerun_failed_jobs via GITHUB_TOKEN) -- which don't
# refire pull_request_target -- still refresh the CI-states block.
workflows: ["PR Test", "PR Test Extra"]
workflows: ["PR Test Base", "PR Test Extra"]
types: [requested, completed]
permissions: