ci: run pr-test-extra on release branch cuts (not just base suites) (#27627)

This commit is contained in:
Alison Shao
2026-06-08 21:18:50 -07:00
committed by GitHub
parent c2eae96c56
commit f6e6394d86
+2 -1
View File
@@ -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