ci: run pr-test-extra on release branch cuts (not just base suites) (#27627)
This commit is contained in:
@@ -80,9 +80,10 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
call-pr-test-extra:
|
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
|
uses: ./.github/workflows/pr-test-extra.yml
|
||||||
with:
|
with:
|
||||||
|
git_ref: ${{ inputs.git_ref || '' }}
|
||||||
run_all_tests: true
|
run_all_tests: true
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user