fix(ci): avoid duplicate Matrix release QA runs (#119171)

* fix(ci): gate reusable Matrix QA runs

* docs(ci): document Matrix release QA budget
This commit is contained in:
Vincent Koc
2026-08-05 03:31:00 +08:00
committed by GitHub
parent 832459d2ae
commit e99c289f3b
3 changed files with 5 additions and 3 deletions
@@ -398,9 +398,9 @@ jobs:
run_live_matrix:
name: Run Matrix live QA lane
needs: [authorize_actor, validate_selected_ref]
if: github.event_name != 'workflow_call' || inputs.run_matrix
if: inputs.expected_sha == '' || inputs.run_matrix
runs-on: blacksmith-16vcpu-ubuntu-2404
timeout-minutes: 60
timeout-minutes: 90
environment: qa-live-shared
steps:
- name: Checkout selected ref