From f6e6394d86d075c509eb3e58b3b62d1c9abb46aa Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:18:50 -0700 Subject: [PATCH] ci: run pr-test-extra on release branch cuts (not just base suites) (#27627) --- .github/workflows/pr-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index d92163c84..97a51f40b 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -80,9 +80,10 @@ jobs: secrets: inherit call-pr-test-extra: - if: github.event_name == 'schedule' || inputs.test_parallel_dispatch == true + if: github.event_name == 'schedule' || inputs.test_parallel_dispatch == true || inputs.run_all_tests == true uses: ./.github/workflows/pr-test-extra.yml with: + git_ref: ${{ inputs.git_ref || '' }} run_all_tests: true secrets: inherit