Merge pull request #8541 from nextcloud/bugfix/selfHostedRunnerForSonarcloud

chore: force use of self hosted runners for sonarcloud workflow
This commit is contained in:
Matthieu Gallien 2025-08-07 14:56:12 +02:00 committed by GitHub
commit 914e7d629f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"