ci: Do not run bencher in MQ (#34732)

Fixes #34731

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-12-21 16:02:11 +01:00 committed by GitHub
parent 044f399249
commit 3d3e7a61b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,6 +223,6 @@ jobs:
bencher:
needs: ["build"]
# benches must be release (we will do benches for production profile in servo/servo-nightly-builds)
if: ${{ inputs.bencher && inputs.profile == 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_queue' }}
if: ${{ inputs.bencher && inputs.profile == 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_group' }}
uses: ./.github/workflows/linux-bencher.yml
secrets: inherit