mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
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:
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user