From c904fdd20eef167d5b129769905f22938426f01c Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Mon, 18 May 2026 14:42:29 -0700 Subject: [PATCH] ci: pr-states match renamed "PR Test Base" workflow_run (#25687) --- .github/workflows/pr-states.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-states.yml b/.github/workflows/pr-states.yml index b6c785eed..e2df22a9b 100644 --- a/.github/workflows/pr-states.yml +++ b/.github/workflows/pr-states.yml @@ -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: