mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
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:
parent
044f399249
commit
3d3e7a61b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue