build: migrate check-style-rust to small runners (#6588)

We have more small runners than large runners, and often a shortage of
large runners. Migrate `check-style-rust` to run on small runners.
This commit is contained in:
Joonas Koivunen
2024-02-06 17:53:04 +02:00
committed by GitHub
parent d7b29aace7
commit bb92721168

View File

@@ -132,7 +132,7 @@ jobs:
check-codestyle-rust:
needs: [ check-permissions, build-buildtools-image ]
runs-on: [ self-hosted, gen3, large ]
runs-on: [ self-hosted, gen3, small ]
container:
image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/build-tools:${{ needs.build-buildtools-image.outputs.build-tools-tag }}
options: --init