ci: Use a separate benchmark filter (#7919)

This commit is contained in:
Ayaz Salikhov
2026-08-06 12:04:41 +01:00
committed by GitHub
parent 8d7524f03b
commit 5bf24c4045
4 changed files with 25 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ jobs:
fail-fast: ${{ github.event_name == 'merge_group' }}
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
with:
benchmark: ${{ matrix.benchmark }}
build_only: ${{ matrix.build_only }}
build_type: ${{ matrix.build_type }}
ccache_enabled: ${{ inputs.ccache_enabled }}