Skip to content

Commit 60bba4e

Browse files
authored
rightsize our depot runners (#17441)
* rightsize our depot runners rather than doubling all, just double the ones that get us a speedup! * not js :-D * try for fun * 4 is fine
1 parent 9c356d3 commit 60bba4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ jobs:
4545
include:
4646
- name: Tests
4747
command: bin/tests --postgresql-host postgres
48+
runs_on: depot-ubuntu-24.04-arm-4
4849
- name: Lint
4950
command: bin/lint
51+
runs_on: depot-ubuntu-24.04-arm-4
5052
- name: User Documentation
5153
command: bin/user-docs
5254
- name: Developer Documentation
@@ -57,7 +59,7 @@ jobs:
5759
command: bin/licenses
5860
- name: Translations
5961
command: bin/translations
60-
runs-on: depot-ubuntu-24.04-arm-4
62+
runs-on: ${{ (matrix.runs_on != null) && matrix.runs_on || 'depot-ubuntu-24.04-arm' }}
6163
container:
6264
image: registry.depot.dev/rltf7cln5v:${{ needs.build.outputs.buildId }}
6365
env:

0 commit comments

Comments
 (0)