From bfd214bb50ec4b8c675862b2a7b1b30d2d592f52 Mon Sep 17 00:00:00 2001 From: "andras.lederer" Date: Tue, 23 Jun 2026 18:36:43 +0200 Subject: [PATCH] chore: [fkitdev-8981] run PR checks on self-hosted runners --- .github/workflows/pull-request.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index c4f1ed3..e604a1d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -17,7 +17,7 @@ defaults: jobs: lint: name: Lint - runs-on: ubuntu-latest + runs-on: [self-hosted, node] permissions: contents: read steps: @@ -47,7 +47,7 @@ jobs: audit: name: Audit - runs-on: ubuntu-latest + runs-on: [self-hosted, node] permissions: contents: read steps: @@ -84,7 +84,7 @@ jobs: test: name: Unit Tests - runs-on: ubuntu-latest + runs-on: [self-hosted, node] permissions: contents: read env: @@ -136,7 +136,7 @@ jobs: sonar: name: SonarQube Scan - runs-on: ubuntu-latest + runs-on: [self-hosted, node] needs: test permissions: contents: read @@ -169,7 +169,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: [self-hosted, node] needs: [lint, audit, test, sonar] permissions: contents: read