run coverage-report on subset of runners

This commit is contained in:
Fedor Dikarev
2025-07-31 10:28:42 +02:00
parent 01c39f378e
commit 9a01dc2ae8
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ self-hosted-runner:
- large
- large-arm64
- small
- small-debug
- small-metal
- small-arm64
- unit-perf

View File

@@ -442,7 +442,7 @@ jobs:
id-token: write # aws-actions/configure-aws-credentials
statuses: write
contents: write
runs-on: [ self-hosted, small ]
runs-on: [ self-hosted, small-debug ]
container:
image: ${{ needs.build-build-tools-image.outputs.image }}-bookworm
credentials: