mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8541 from nextcloud/bugfix/selfHostedRunnerForSonarcloud
chore: force use of self hosted runners for sonarcloud workflow
This commit is contained in:
commit
914e7d629f
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user