From d4082eab4d1c78b645c16c50ad4d8038a0040593 Mon Sep 17 00:00:00 2001 From: Kangyan-Zhou Date: Fri, 22 May 2026 18:03:39 +0800 Subject: [PATCH] [CI] pr-test-extra: add run_all_tests to workflow_dispatch inputs (#26110) Co-authored-by: Claude Opus 4.7 --- .github/workflows/pr-test-extra.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-test-extra.yml b/.github/workflows/pr-test-extra.yml index 9abafa7c0..6a6d356ac 100644 --- a/.github/workflows/pr-test-extra.yml +++ b/.github/workflows/pr-test-extra.yml @@ -33,6 +33,11 @@ on: required: false type: boolean default: false + run_all_tests: + description: "Run all tests — bypasses paths-filter (needed when dispatching against long-lived branches whose diff against main can't resolve a merge-base in a shallow clone)" + required: false + type: boolean + default: false workflow_call: inputs: git_ref: