From 8c7411fabed6c72b7936d843bfcc25f87cebf5ee 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index ec84a2a..208b27a 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: sonar: name: SonarQube Scan - runs-on: ubuntu-latest + runs-on: [self-hosted, node] needs: audit permissions: contents: read @@ -114,7 +114,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: [self-hosted, node] needs: [lint, audit, sonar] permissions: contents: read