From 383cc8a36349626503aacb89786e166cfc9f3b7f Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 2 Jul 2024 23:14:44 +0100 Subject: [PATCH] test arm --- .github/workflows/platform-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/platform-pull-request.yml b/.github/workflows/platform-pull-request.yml index d314f41a4fa1b..71910a81a0ad9 100644 --- a/.github/workflows/platform-pull-request.yml +++ b/.github/workflows/platform-pull-request.yml @@ -133,6 +133,7 @@ jobs: api-image: ${{ needs.docker-build-api.outputs.image }} concurrency: ${{ matrix.args.concurrency }} tests: ${{ matrix.args.tests }} + runs-on: ${{ matrix.runs-on }} secrets: inherit strategy: