From 966dfa5356ab61d30d810f44eacf309f8253a757 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Tue, 5 Aug 2025 14:22:48 +0200 Subject: [PATCH] chore: force use of self hosted runners for sonarcloud workflow Signed-off-by: Matthieu Gallien --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ea2715a9c0..2288539eb3 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -7,7 +7,7 @@ on: jobs: build: name: SonarCloud analysis - runs-on: ubuntu-latest + runs-on: [ubuntu-latest, self-hosted] container: ghcr.io/nextcloud/continuous-integration-client-qt6:client-6.8.1-2 env: SONAR_SERVER_URL: "https://sonarcloud.io"